Answer Posted / manikya
Check if the water bottle has a hole or damaged throught
which water may leak...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how to develop a test plan and a test case.
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?
What is gray box testing?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
In a log in page what will be test procedure, test scenario, test description & test steps?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
write a test cases for WLAN
Can you list down a few characteristics of a test case?
Test a file replication service that copies files from one net location to another
How to write the test cases for STP
Sample test cases for data conversion(Utility billing system)
What is the logic testing?
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