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
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
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
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
What is Initial Configuration?
Write test cases to test a browser app
Explain the branch coverage testing?
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.
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
write test cases for hospitality management system
"search"test cases on Linkedin website and how will you write test cases on it?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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.
What is gray box testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
what is black box system in software development in system analysis and design?