Write the 10 test cases for Telephone/Pen.
Answer Posted / sandeep
check the load testing means work pen for more distance..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to write test cases on laptop???
Write test cases for 8+4?
How to generate test cases for 'replace a string' method?
What is use case testing?
What is test environment? Elaborate with example.
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
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
How to write test cases for lift?
Write all test cases for Bus Pass Renewal
Explain how to develop a test plan and a test case.
Do you write test plan and test case?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the smoke testing?
Why is it that the boundary value analysis provides good test cases?