what is equivalence partition? what is the use of it?

Answers were Sorted based on User's Feedback



what is equivalence partition? what is the use of it?..

Answer / belal raslan

Equivalence partition is a group of test cases that tests
the same thing or produce the same bug (or not). we usually
use this test design technique to reduce test cases (and
test time) and to assure best coverage.

Belal Raslan

Is This Answer Correct ?    15 Yes 6 No

what is equivalence partition? what is the use of it?..

Answer / priya

Equivalence partitioning is a black-box testing method
- divide the input domain of a program into classes
of data
- derive test cases based on these partitions.

Test case design for equivalence partitioning is based on
an evaluation of equivalence classes for an input domain.

An equivalence class represents a set of valid or invalid
states for input condition.

An input condition is:
- a specific numeric value, a range of values
- a set of related values, or a Boolean condition

Is This Answer Correct ?    8 Yes 1 No

what is equivalence partition? what is the use of it?..

Answer / swapna chinnapapakkagari

Ensure all the representative values have been considered
Example:
For login Id give all types of Inputs,
Small,Caps,Mixed("JohnDoe:,"johndoe",John123")

Is This Answer Correct ?    4 Yes 4 No

what is equivalence partition? what is the use of it?..

Answer / guest

Hi

>Equivalence partitioning , a Black box Technique , is done
mostly on Data inputs derived from the requirement
specification.It is done rarely on Output data.

>The set of input datum are divided into certain classes
having equivalent property.
Like : Certain inputs are Valid inputs and others are
invalid ones.

>The partitions may done upon different property depending
upon the requirements.

>It helps in avoiding Exhaustive testing.

bye

Is This Answer Correct ?    0 Yes 0 No

what is equivalence partition? what is the use of it?..

Answer / msnreddy

Equalance nothing but select the valid and valid clases
example as per client requirement the edit box access onaly
3-5 capital alphabets then we divided in ecp like vaid
values only A-Z invalid values are a-z and special
characters like ^,8<%

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More Manual Testing Interview Questions

A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.

4 Answers   ADP,


How sanitary or smoke testing process will done in the application?mainly how we start doing that test?

2 Answers  


What is the need of testing? Give three reasons....

28 Answers   AZTEC, GE, Persistent, TCS,


what is meant by system test case

3 Answers   Accenture,


What is non-compliance testing?

1 Answers   Crea,






What is test data set up?

1 Answers  


What is the relationship between quality and testing

2 Answers  


Explain the STLC?

32 Answers   Accel Frontline, Fidelity, Infosys,


How do you go about testing a project ?

2 Answers  


Hi Friends..Can anybody tell me how much Salary u'll be getting for Manual Tester(1+ years of Experience)Position in the Companies like Wipro & Infosys????

6 Answers   Google, Wipro,


What is bug release notes? ....What does Bug release notes contain?

2 Answers  


Which one is done first, either testcases or test scenario?

3 Answers   Fidelity,


Categories