Answer Posted / vivekananda
Once the test desing,spefication,procedure and execute the
test case base on funcational requirement specification.To
know that writen test case are correctly, a tracbility
matrix show that coverage of test cases based on test case
execution against requirement.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is test environment? Elaborate with example.
Can anybody help me out to write test cases for booking train ticket online???
What is the difference between test scenarios, test cases, and test script?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Explain the concurrency testing?
What is the logic testing?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
pls i want test cases for oss? whts the process of oss testing
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 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?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Suppose a job should be executed for every two hours? Write test case for this?
Can some body help to write possible test cases for a credit card at POS (point of sale)