write the test cases for a+b=c?
Answer Posted / jajula
take a, b values from vit(vlid input table), and write
test cases using that values and fill the expected values
coloumn values and check with actuals.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
What are all the companies are doing manual testing till now ?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Sample test cases for data conversion(Utility billing system)
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
can one defect be mapped to more than one test script in manual testing
write test cases for flipkart.
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.
What is test cases for mobile phone ?
How would you do " Keeping two folders in sync testing"
What are semi-random test cases?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How to generate test cases for 'replace a string' method?