Answer Posted / priya khilolani
x=1 pass
x>1 pass
x<1 fail
x!=1 fail
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
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 cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
write a test case for yahoo compose page?
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
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.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
In a log in page what will be test procedure, test scenario, test description & test steps?
What is the difference between test scenarios, test cases, and test script?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
Explain the system testing?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
write the test cases for facility module
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile