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


Please Help Members By Posting Answers For Below Questions

What are the cases when you’ll consider to choose automated testing over manual testing?

627


How to validate a Testcase.and is the testing Methodology.

1839


What are the roles of glass-box and black-box testing tools?

1651


Explain compatibility testing with an example.

660


What are the main key components in web applications?

755






can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing

1663


What are the advantages of black box testing?

670


Enlist some bug status along with its description?

726


Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.

1458


9.Data – driver automation typically includes?

2924


What and why is api testing?

954


hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in

1533


What is Dynamic Binding and Dynamic Loss?

1590


What is mean by multi-threading testing?

2114


Can you explain usability testing?

701