How to write simple test cases?

Answer Posted / anjali awasthi

Any testcase simple or complex should have the following
basic requsites:

1 test case id
2 description
3 procedure
4 input
5 expected result
6 actual result
7 status which is pass or fail.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

1847


Explain the static testing?

700


Elaborate test plan and content availability in test plan.

671


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);

1934


Explain the gray box testing?

724






By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

833


what is the technology used in financial applications?

2913


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1730


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2068


What is component testing?

731


Write all test cases for Bus Pass Renewal

1075


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1814


how to test stand alone programs?

2087


Explain how to develop a test plan and a test case.

687


Explain the integration testing?

699