write the test cases for a+b=c?
Answer Posted / srinivas
another test case could be use one negative number and
another positive number final the result is a+b=c
Declaration the variables a=10 and b=-5
Expected Result is 5
Actual Result is 5
Status is Pass
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
What is gray box testing?
Suppose a job should be executed for every two hours? Write test case for this?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
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?
What is ramp testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
How to write email id in world wide web
Which of the following defines the expected results of a test? Test case specification or test design specification.
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
What is use case testing?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Do you know mutation testing?