Define Testcase.

Answer Posted / bond

Test case is a documentation that describes an input action
or events and the expected results.

Is This Answer Correct ?    41 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test cases for lift?

923


Write test cases for 8+4?

841


What are the test cases for mouse?

946


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

868


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

15836






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

2045


What is use case testing?

796


What is transaction testing?

825


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3446


Write test cases to test a browser app

1372


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

1673


How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3121


How to write test cases on laptop???

14946


What is gray box testing?

831


Explain the syntax testing?

786