Sequence to write a test case.

Test script, test data, test scenario, use case. So confusing, what comes after what to write a test case?
Please give any example containing all of them.

Questions by Quest11ans

Showing Answers 1 - 9 of 9 Answers

anil

  • Mar 5th, 2013
 

Firstly you write the test scenarios, in that tester write test cases, the test scenarios writing by using system requirements by system analyst,
the test data is the some selected inputs entering by the tester to find any defects in the software, test script is coding in VB script language, test scrips are only using in automation testing only.

  Was this answer useful?  Yes

Avnish Dubey

  • Mar 13th, 2013
 

Test Levels : Unit Testing, Integration Testing,System Testing,User acceptance Testing
Test Methods :- white Box,Black Box,Grey Box Testing
Test Types :- Smoke testing,Sanity testing,Configuration testing,Compatibility testing,Security testing,Load testing,Stress testing,
Test approaches :- Top-down , bottom-up,sandwich testing approaches

  Was this answer useful?  Yes

Baisakhi Saha

  • Aug 15th, 2013
 

Test data and use case is not the part of writing test cases. Those are your input which you are going to use to test your application. Sequences of writing TCs are- Test Scenario, Test cases, test scripts.

  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