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

If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?

8 Answers   Impetus,


What is Acid Testing?????

2 Answers  


What is test scenario, use case, and test case?

2 Answers  


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

5 Answers   Microsoft, Ready Test Go, Syntel,


what is meant by Priority and Severity?

2 Answers   Crea,






What's an 'inspection'?

1 Answers   Crea,


If database testing i which way the testing will be done,by just writing the queries or else anything extra we do?if so where write those queries and where will we store those?

1 Answers  


What is the procedure of manual testing?

0 Answers  


How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong

1 Answers  


if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.

5 Answers   Semantic Space,


There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.

0 Answers  


what is field tests and laboratory tests in black box testing ?

1 Answers  


Categories