Manual Testing Core Activities

Manual Testing Core Activities

What are the core activities of testing especially for manual testers? How should we plan testing efforts? Most of the time, I have seen effort of review activities and retesting of defects are being ignored heavily and schedule get hit because of that. Following are the core test activities should be considered while planning -


  • Test Ideas (Not Reviewed): Test idea is a test case with only summary and no details
  • Test Ideas (Reviewed L1): Test ideas reviewed by peer team member
  • Test Ideas (Reviewed L2): Test ideas reviewed by Test Lead / Test Manager
  • Test Ideas (Signed-off): Test ideas reviewed by client and signed-off
  • Test Cases (Not Reviewed): Test case is extension of test idea, putting more details around test idea (descriptive, detailed, Clear steps for execution, Test Data information etc.)
  • Test Cases (Reviewed L1): Test cases reviewed by peer team member
  • Test Cases (Reviewed L2): Test cases reviewed by test lead / test manager. Review of 100% test cases might not be possible.
  • Test Cases (Signed-off): Test cases reviewed by client. Review of 100% test cases might not be possible
  • Test Execution (Scripted): Exactly following the steps enumerated in the test cases. High chance of automating these test cases.
  • Update Test Cases (Execution): Update test cases during execution. It might be possible to find some missing or incorrect steps during execution
  • Test Execution (Exploratory): Session based exploratory testing
  • Defects Identified: Number of defects identified but not logged in defects tracking system yet
  • Defects Logged (Not Reviewed): Defects logged in defect tracker but not yet reviewed
  • Defects Logged (Reviewed): Logged defects are reviewed and updated
  • Defects Logged (Client): Defects are logged or shared to client for their review
  • Defects Retesting: Effort required for re-testing of fixed defects

Comments

Popular posts from this blog

Performance Test Run Report Template

Understanding Blockchain

Bugs Management in Agile Project