How does one write Test Cases?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What are the condition when you begin to write test case in the Test Director. Ex.data condition what are the condition can some help me please i how write test cases.
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Who will take care of test plan and test case?
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
How does one write Test Cases?
How to test Webservices and how can we write test cases for that
Explain the static testing?
write test case for banking application
Give Sample of Validation Test Case.
what is difference between repeatable and reusable test case?and what is self cleaning test cases?