How to write test cases ?

Answer Posted / bhanu

Test case means write or prepare some conditions on client
requirements for testing.

test cases are write based on client requirements.

Test case generally having the following format

1.test case id
2.test name
3.steps
4.test description
5.priority
6.expected
7.actual result
8.status
9.testdata
10.remarks

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of the following defines the expected results of a test? Test case specification or test design specification.

1006


explain end to end scenario's for online Money transfer in Banking Domain?

1404


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2081


Pls tell me test cases for pepper grinder

2907


Explain the load testing?

639






What is ramp testing?

670


How to write email id in world wide web

1429


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3510


can any body help me with providing a a case for usability testing...

1675


Why is it that the boundary value analysis provides good test cases?

781


write a test case flipkart login page

5254


Do you know mutation testing?

700


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1936


write the testcases for migrating data from one database to another database?

1898


write test case for pen cap if it is not present?

2101