When we use Boundary Value Analysis and Equivalence Partion?
Which one is best?I heard that ANy one of this technique
useing by a comany...is it right?
Answer Posted / murthy
Ex: The age of the person should be between 18 and 60.
Equivalence Partition:
Check with <18,18 to 60, >60
Boundary Value Analysis:
Check with min-1,min,min+1 --> 17,18,19
Check with max-1,max,max+1 --> 59,60,61
EP is better than BVA, because the former has three
testcases but the later has six test cases. And also EP
covers all Positive nad Negative validation in 3 case
itself.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What makes a good software qa engineer?
How we will test ubercate
What are the different available models of sdlc?
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
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
Can you explain tailoring?
Write 10 test scenarios to test remember me checkbox present in login window
how is market for testing in banglore,chennai,pune,delhi?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
If date field is a text field write test cases to validate it?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?
What types of testing is specifically important for web testing?
What is Test Design ?( Urgent) and Test Design for Printer?
sanity testing is done during regression testing.is it true.if it is true plz explain?