Test case format

What is the format of test case writing?

Questions by navneet srivastava27

Showing Answers 1 - 2 of 2 Answers

Bina

  • Jun 14th, 2012
 

A test case is a document that describes an input, action, or event and its expected result, in order to determine if a feature of an application is working correctly.

1.Test case identifier;
2.Test case name;
3.Objective;
4.Test conditions/setup;
5.Input data requirements/steps, and
6.Expected results.
7.Actual results
8.Pass/Fail Condition

Every test requirement should have at least one test case.

  Was this answer useful?  Yes

Sahil

  • Jul 16th, 2012
 

1. Test Case ID: TC_ID
2. Objective
3. Steps
4. Test Data
5. Expected Behavior
6. Actual Behavior
7. Status

Test cases are built around specifications and requirements, i.e., what the application is supposed to do.

  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