Why do we prepare test condition, test cases, test script (Before Starting Testing)?

Questions by schittoor   answers by schittoor

Showing Answers 1 - 12 of 12 Answers

Baski

  • Jan 10th, 2007
 

1.These are test design document which are used to execute actual testing, without these document it is impossible to test. So, finally testing is done to find the bugs to be fixed.

2.Testcase,Testscript and testcondition are prepared in order to trace the requirement with respect to SRS.

  Was this answer useful?  Yes

s.lakshmipriya

  • Feb 11th, 2007
 

hai! It is the step by step process for doing testing in document.first we consider1.test condition: To write test cases, we have a standard conditions by the organization or customer.2.test cases it is the step by step process to test a scenario3.test script execute the test cases

  Was this answer useful?  Yes

With the help of test cases or scripts:
- We can prove that what are the areas that we are covered
- We can map the TC with requirements
- While executing the application we can conclude how much coverage is done
- Can conclude the time to complete the execution of test cases/scripts

  Was this answer useful?  Yes

A test team prepares test cases and test scripts in order to execute tests primarily because:

1) They help ensure all requirements have been covered

2) They can be executed much more efficiently

3) Persons need no prior knowledge in order to execute tests

  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