how to write test cases for boundary value analysis and
equality partitioning?
Answer Posted / naveen kumar
in boundary value analysis if the input is range of values for example A-B ( A to b) then we have to design test cases for
A-1,A,A+1,B-1,B,B+1.
FOR EXAMPLE
if input is between 5 to 10 then write the test cases for 4,5,6 and 9,10,11
equality partitioning if the input is range of values then we divide the range into equivalent parts and tests the application.
For example value is 500 to 1000 then we divide the range into values 500,600,700,800,900,1000.like this we divide the values.
but here we have to ensure that we are checking for two invalid data.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
how will you test transfer funds module...explain in detail
What is the difference between latent and masked defects?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
Is quality control similar to quality assurance?
How to derive test data from the design documents?
what r the 5 major defects that u found in ur shopping related project?
What is the difference between functional requirement and non-functional requirement?
Why documentation testing is important?
What is the typical situation u faced while collecting the test data?
aplitue questions will be based on wich type ?
What is smoke testing and user interface testing ?
What is a good test? Wy do we need testing write test steps for triangle write test steps for ATM How a tester should approach a devloper about non accepted defect? What is test coverage assurance and give an example Draw and expain V model and how it is helpfull in software development