Pages

Sunday, June 5, 2022

Peer Review and Peer Approval process

 

  1. Peer Review process

  1. Peer Approval process  


 

 

 


Thursday, June 2, 2022

Build & Implement standards for writing testcases

What Is a Test Case in Software?

A test case is exactly what it sounds like: a test scenario measuring functionality across a set of actions or conditions to verify the expected result. 

 Standards/ Random ideas for writing a testcase:  

  1. Find the right master suite for a test case in your test management studio . Create a new suite if needed. 
     

  1. Mention Right Area path and Iteration for a test case (Area path and Iteration are terms used in Azure DevOps. )

  1. Maintain the title of a test case as per QC standards of your Company
     

  1. The title needs to be precise and easily readable as per project. Feature, sub-feature and verification statement  

  2. Manage Order of Testcases for easy execution of test cases. This will be helpful for Integration and System testing for a tester.  

  3. Build Link for all Test cases so the team can generate the reports.  

  1. Use shared steps if needed. Create a new one if needed.  

  1. Name of shared steps – Testcase name (Shared) 
     

  1. Manage the stage of testcases. Assign for peer review. 

  2. Mention any success / alert message, title & sub title, form labels in double quotes and italics 

  3. Mention verification Statement in bold   

  4. Mention expected result for each steps as per need of spec

  5. Mention time estimates a test case if possible 

  6. Use keywords “Navigate” for page/ screen navigation  

  7. Mention hardware actions as required for a test step 

  8. Mention “Manual Setup” or manual database intervention as bold letters