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
write test cases for hospitality management system
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Explain the ramp testing?
Write a test case for telephone?
Write test cases to test a browser app
How would you do " Keeping two folders in sync testing"
I want 100 test scenario for gmail
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
What are all the companies are doing manual testing till now ?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
What is test environment? Elaborate with example.
Explain the syntax testing?
Explain the load testing?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?