write a test case for a pen and paper regarding writing.
Answer Posted / pinku
u have to give test case in a proper way. what is expected
result and actual result its not a test case that u have
right.
| Is This Answer Correct ? | 6 Yes | 6 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
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
write test case for pen cap if it is not present?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
write a test case for telephone billing ?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
What are all the companies are doing manual testing till now ?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Explain the monkey testing?
How to test a stored procedure?
Please guide me for Add new user test cases
Explain the syntax testing?