Answer Posted / supriyaj
test case is describe the steps tobe performed with input
data & output expectations based on user requirements
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
"search"test cases on Linkedin website and how will you write test cases on it?
Do you know explain security testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
How to generate test cases for 'replace a string' method?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Explain the domain testing?
how to write a test procedure & test log for login system
What is gray box testing?
How to test a stored procedure?
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
I want 100 test scenario for gmail
Can anybody help me out to write test cases for booking train ticket online???