Who would you include when you write a test case? And what would you include when you you write a test case?

Showing Answers 1 - 1 of 1 Answers

Phanikumar

  • Jun 18th, 2007
 

While writing a test case,
1. TCID
2. Description
3. Expected Result
4. Result

TCID: this is an unique identifier, to identify a test case.
Description: what is the process to do certain activity
Expected
Result. : Output expected

Eg: When you want to test login page of any application.

TCID | Description Expected | Result
1 | Enter valid unsername and valid password | Inbox should come
Click on Login
2.| Enter invalid username and valid password | An error message should come

Regds,
Phani

  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