Answer Posted / hemaiyer
a good requirements always require it should be clear with
no ambiguity it should be measureable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write test cases on laptop???
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How many test cases u will write for Acceptance testing?
pls i want test cases for oss? whts the process of oss testing
write the testcases for migrating data from one database to another database?
how many test cases do u need to ship a product?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Explain the gray box testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
150 integration testing scenarios for gmail
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
Explain the sanity testing?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
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.