write the test cases for a+b=c?
Answer Posted / invisible man
check whether a+b=c?
* suppose a = 5, b = 10 then check whether c = 15.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What is component testing?
In a log in page what will be test procedure, test scenario, test description & test steps?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to test Webservices and how can we write test cases for that
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.)
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the sanity testing?
what is the technology used in financial applications?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Explain the unit testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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
can any body help me with providing a a case for usability testing...
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?