write case for petrol pump?
Answer Posted / sharan
Negative TC
1. lift the pipe and press the button to pour pertrol
without setting the amt in the meter
Customer satisiifcation
2.When there is no pertol in the bunk it should show some
alret signal
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
How to write the test cases for STP
Explain the static testing?
Sample test cases for data conversion(Utility billing system)
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
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
What is component testing?
What is test environment? Elaborate with example.
Write a test case for telephone?
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
write a test case for yahoo compose page?
Explain the system testing?
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
Explain the monkey testing?
Can you list down a few characteristics of a test case?