What is diff between equialence partioning and boundary
value analysis
Answer Posted / vishal
Consider this example
Equivalence Partitioning
A pwd field should accept 8 to 15 characters. Then in case
of Equivalence partitioning the input will be divided into
number of classes
The testcases should be
- Lessthan 8 (Should Fail)
- In between 8 and 15 (Inclusive of 8 and 15) (Should
Pass)
- Greater than 15 (Should Fail)
II) Incase of B.V.A
If its m to n then test cases will be m-1, m, m+1, n-1,n,n+1
Here it will be 7,8,9, 14,15,16
6 TCs in case of BVA & 3 TCs in case of Equivalence
partitioning.
Equivalence class testing is a technique used to reduce the
number of test cases to a manageable
hope diff is clear
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is base time , how can we base time your doc"s ?
What are the factors affecting a manual testing project and what are the ways to overcome it?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
What is the Difference between Network testing and Web Testing?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
What is client server application testing?
What is a critical bug?
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
What is coverage and what are the different types of coverage techniques?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
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 is a code walk through?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?