Answer Posted / bib
Along wid the prev answer i wld like 2 add 1 more step...
if you keep the pen in water for a period of time..check
whether u can still able to write or not!!!
Thanks
Bib
Mail me@ chikun.acharya@gmail.com
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
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 flipkart login page
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Write test cases for 8+4?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
What is the syntax testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
what is the technology used in financial applications?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
In a log in page what will be test procedure, test scenario, test description & test steps?
Can anybody help me out to write test cases for booking train ticket online???
150 integration testing scenarios for gmail
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
write a test case for yahoo compose page?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks