what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective

Answer Posted / vinod

Missing:

1. Test data (inputs)
2. Expected Outcome
3. Actual Outcome

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2212


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1542


"search"test cases on Linkedin website and how will you write test cases on it?

5695


can one defect be mapped to more than one test script in manual testing

2009


Suppose a job should be executed for every two hours? Write test case for this?

707






how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1958


Sample test cases for data conversion(Utility billing system)

6875


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

1678


Explain the acceptance testing?

702


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3382


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

1944


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1521


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

2103


how to write test cases for online restaurant table booking system?

10421


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2586