How does one write Test Cases?

Answers were Sorted based on User's Feedback



How does one write Test Cases?..

Answer / rekha

First you need to go through the functionality doc and
understand the scenario and start writing the test cases
Test cases will be written in Excel and should contain
following fields
1. Test Case ID
2.Funtionality id(just to track the functionality)
3. Test case Name(should be logical)
4. Preconditions
5. Test case descriptions
6. Steps to execute
7. Expected Result
8. Actual Result
9. Remarks

Is This Answer Correct ?    12 Yes 0 No

How does one write Test Cases?..

Answer / rekha

Test cses are simply the steps thoase ur suppose to follow
to test the application functionality.
To write TC(test cases)
S.No, Scenerio, Prerequsite condition ,Procedure ,Expected
result,Actual result .

These steps should Follow while writing the test cases.

Is This Answer Correct ?    7 Yes 0 No

How does one write Test Cases?..

Answer / mk

First you need to go through the functionality doc and
understand the scenario and start writing the test cases
Test cases will be written in Excel and should contain
following fields
1. Test Case ID
2.Funtionality id
3. Test case Name(should be logical)
4. Preconditions
5. Test case descriptions
6. Steps to execute
7. Expected Result
8. Actual Result
9. Remarks

Is This Answer Correct ?    5 Yes 0 No

How does one write Test Cases?..

Answer / shweta

Writing a test case is very easy job.In this you have to
write input specification,output specification and statement
of functionality(objectives).Simply use following points:
1.Sr. No.
2.Test Case ID(it must be unique)
3.Test case name
4.Prerequisite(if required)
5.Steps to be followed
6.Expected result
7.Actual Result
8.Status(PASS/FAIL)
9.Remark(if invalid)

Is This Answer Correct ?    1 Yes 0 No

How does one write Test Cases?..

Answer / mk

Test cases are the set of inputs that we feed into the
model for testing purposes

Is This Answer Correct ?    2 Yes 2 No

How does one write Test Cases?..

Answer / mudaseer

the following columns in test case are S.No,Test Case ID ,Test Case Type",Objective,Pre-Condition,Test Steps,Test Data,Expected Result,Actual Result,result,comments ,Bug ID,"Iteration 1mm-dd-yyyy","Iteration2 mm-dd-yyyy","Iteration 3mm-dd-yyyy", snapshot


for example test case for login to gmail

si no 1,test case id lg_001,test case type functionality,"Objective" to verify the application allows to login for valid user pre condition gmail sign in page should be opened
"Test steps" 1) enter the url " " 2)enter valid email id and valid password 3)Click on 'Sign in' button "Expected result" it should login without any delay and inbox page should display

Is This Answer Correct ?    0 Yes 0 No

How does one write Test Cases?..

Answer / hafeez

writing a test case is not very tough job. pick the scenerio
and document it in any given template

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Test Cases Interview Questions

How to write test cases for lift?

0 Answers  


What is mean by Equal Partitioning

4 Answers   Infosys,


Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad

2 Answers  


if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario

17 Answers   Mind Tree,


what test case is written specifically for web applications?

10 Answers   Aricent, Mind Tree,






How to write test case for this scenario. If the Zip Code field is populated, the system shall compare  the zip code value entered to the zip code value in  the Family Individual Information Tab

0 Answers  


What is the role of QA in a development project?

6 Answers  


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

0 Answers  


can one give the test cases for Installation Testing

1 Answers  


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

0 Answers  


explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.

1 Answers  


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

0 Answers  


Categories