Anyone can please inform me about how to write test cases
for any mathematical calculations. Say for example, we have
a formula in a given scenario for calculating the interest.
The given formula for interest is: (principle * 5)/(12 * 100)
In this case, the principle amount may vary. Would like to
know how many test cases can be written for this scenario
and how can we decide over this. I will be very thankful for
the answer....
Answers were Sorted based on User's Feedback
Valid test cases
1.value of principle is +ve integer value
2.value of principle is greater than 0
Invalid test cases
1.value of principle is 0
2.value of principle is infinity
3.value of principle is -ve value
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / shome varma
1. Value of principle amount +Float value accepting 2 value
after decimal
2. Principle amount cannot be 0.
3.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amy
One other to do this is equivalent partioning in the valid
test cases
| Is This Answer Correct ? | 2 Yes | 3 No |
Please let me know how to write a test case for Digital Watch. Please any body can give the answer
Write test caes on 1.excel sheet 2. gmail attachments 3.raiway ticketing 4.negative test cases on net banking
how to write system test cases for a pen
what is the purpose of writing testcases
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Positive and Negative test cases for the speedometer?(minimum 5 each)
wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
how to write test cases for "Browse" button.