Answer Posted / amar
i think the question is not correct
we cant review the test cases
there are different reviews
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
write the test cases for facility module
Do you write test plan and test case?
Explain the smoke testing?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
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?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Test Case for Text Editor!
Explain the dynamic testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
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
For how many days (or) weeks you will test a product or software?
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
write a test case for telephone billing ?
test cases for friend finder system using gps?