testcases for the additon of 2 numbers write negative and
postive cases
Answer Posted / kaushi
enter some integers such that the sum is greater than the maximum value integer can hold i.e attempt to break the function by overflowing the result
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the exactly meaning of test case?
Do you know explain security testing?
Explain transaction testing?
test cases for bus transport (TNSTC)
explain end to end scenario's for online Money transfer in Banking Domain?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
How to generate test cases for 'replace a string' method?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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.
Explain the syntax testing?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
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
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.