Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / akhil mohan
For the instance consider the 10 digit mob number which
starts with 9,so the valid range can be from 9000000000 to
9999999999.Then by boundary value analysis we get 6 input
data
1.Input less than lower boundary => 9000000000-1.
2.Input equals to the lower boundary => 9000000000.
3.Input greater than the lower boundary =>1 9000000000+1.
4.Input less than upper boundary => 9999999999-1.
5.Input equals to the upper boundary => 9999999999.
6.Input greater than the uppper boundary => 9999999999+1.
From the above test cases four test(2,3,4,5) cases will
pass the conditions and rest two(1,6) will fail.
| Is This Answer Correct ? | 49 Yes | 8 No |
Post New Answer View All Answers
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
How to write the test cases for STP
What is transaction testing?
150 integration testing scenarios for gmail
what is the technology used in financial applications?
Write all test cases for Bus Pass Renewal
Why is it that the boundary value analysis provides good test cases?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the smoke testing?
Explain the domain testing?
please give me different test scenario for uploading whatsapp status from gallery and camera
For how many days (or) weeks you will test a product or software?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Test Case for Text Editor!