write the test cases for a+b=c?
Answer Posted / tester
another test case could be using the negative numbers, such as:
a+b=C
Test Input: a=-3, b=-4
Expected Result: c=-7
Actual Result:....
Status: P/F
Note: the actual and expected results should be the same
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the difference between test scenarios, test cases, and test script?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
how to test stand alone programs?
Explain the concept of semi-random test cases?
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
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 the state testing?
explain end to end scenario's for online Money transfer in Banking Domain?
what is the test plan for ms-word
Explain the load testing?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Scenarios to test wireless Speaker via bluetooth
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
How would you do " Keeping two folders in sync testing"
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.