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
How would you do " Keeping two folders in sync testing"
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
How many test cases u will write for Acceptance testing?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Explain which test cases are written first black boxes or white boxes?
150 integration testing scenarios for gmail
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
Explain the dynamic testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
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
Explain the static testing?
What are basic types of 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 can we write a good test case?