Answer Posted / nitin sharma
Test cases and test plan both are the responsibility of QA
people,generally test plan are prepared by team lead or
Project Manager and test cases by team members.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the soak 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 load testing?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
write test cases for hospitality management system
write a test case for yahoo compose page?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Explain the exactly meaning of test case?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Explain the dynamic testing?
How to generate test cases for 'replace a string' method?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
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
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Explain the state testing?