Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / rinesh
For the instance consider the 5 digit mob number which
starts with 9,so the valid range can be from 90000 to
99999.Then by boundary value analysis we get 6 input
data
1.Input less than lower boundary => 90000-1.
2.Input equals to the lower boundary => 90000.
3.Input greater than the lower boundary =>1 90000+1.
4.Input less than upper boundary => 99999-1.
5.Input equals to the upper boundary => 99999.
6.Input greater than the uppper boundary => 99999+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 ? | 38 Yes | 2 No |
Post New Answer View All Answers
Explain the system testing?
Explain the state testing?
For how many days (or) weeks you will test a product or software?
Explain the branch coverage testing?
write a test case for yahoo compose page?
What are all the companies are doing manual testing till now ?
How should I maintain the test cases and Test Log for different versions/builds of the application.
Sample test cases for data conversion(Utility billing system)
How to write the test cases for STP
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
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?
how to write a test procedure & test log for login system
Explain the soak testing?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
How to test a stored procedure?