TestCase Life Cycle

What is the Testcase Life Cycle?

Questions by sasi_akkala

Showing Answers 1 - 9 of 9 Answers

Prior commencing writing test cases, understand the product with the help of Requirements and Functional Specifications.

1) On the basis of the understanding of the product, understand and identify the conditions to be tested and prepare Test Scenarios for the same.

2) Identify the Expected Result and Actual Result alongwith the Test Procedure.

3) Document steps 1 and 2 and get it verifed from the QC Manager.

4) Incorporate any suggestions or changes and execute the test cases on the product.

  Was this answer useful?  Yes

The Test Case Life Cycle includes elements before and after the execution of the test case. 

1) Study the requirements in order to author an adequate test case

2) Set up the environment in order to perform the test case

3) Acquire tool(s) necessary to perform the test case

4) Author test case

5) Map requirement(s) to test case

6) Conduct a peer review of test case

7) Execute test case

8) Perform a regression test on test case (if needed)

9) In future projects, review the test case to ensure it still applies

10) Obsolete the test case if it is no longer useful

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions