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
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
What is the state testing?
test cases for bus transport (TNSTC)
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to test a stored procedure?
Explain the syntax testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Write a test case for computer keyboard?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
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
What is the syntax testing?
what is the test plan for ms-word
Sample test cases for data conversion(Utility billing system)
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent