Answer Posted / rajeswari
Test case is nothing but,it explains detailed and
descriptive mannere corresponding test scenarious.
Here Test scenario is nothing but a unique condition w.r.to
customer requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Do you know mutation testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Explain the system testing?
How to generate test cases for 'replace a string' method?
What are the test cases for mouse?
Explain the load testing?
Sample test cases for data conversion(Utility billing system)
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
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
Elaborate test plan and content availability in test plan.
write the test cases for facility module
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.
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.
Explain the integration testing?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?