Test Case

Why TestCase is required?

Questions by vinaynakra

Showing Answers 1 - 6 of 6 Answers

goksn

  • Jul 22nd, 2009
 

Test case is nothing but a documented version of a 'test idea'.

The reason being maintaining test case is,

-It makes the test idea person independent
-It acts as a proof of testing
-Due to high volume of test ideas, it is difficult to remember and the current status of the execution of each test idea, so the documented test case acts as a tag.
-It makes testing more organized
-Complex test ideas cannot be executed without documenting

rahulskin

  • Sep 14th, 2009
 

Test cases are written for the following reason/advantages.
1) For project documentation. 
2) Any person can execute the test cases if avilable.
3) Keep the tract of functionality tested, defect raised.
4) No need to keep in mind the test steps as the person with little amount of knowledge of application can also execute the test cases.

  Was this answer useful?  Yes

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