What is Equivalance Class?

Answers were Sorted based on User's Feedback



What is Equivalance Class?..

Answer / sudhakar8

An equivalence class is a subset of data that is
representative of a larger class. Equivalence partitioning
is a technique for testing equivalence classes rather than
undertaking exhaustive testing of each value of the larger
class. For example, a program which edits credit limits
within a given range (1,000 - 1,500) would have three
equivalence classes:

< 1,000 (invalid)
Between 1,000 and 1,500 (valid)
> 1,500 (invalid)

Is This Answer Correct ?    8 Yes 1 No

What is Equivalance Class?..

Answer / qaforfun

Equivalence Class is a collection of test inputs such that
one input check validates all input values in that class.

Is This Answer Correct ?    4 Yes 1 No

What is Equivalance Class?..

Answer / ceenu

it show the valid and invalid classes

Is This Answer Correct ?    2 Yes 0 No

What is Equivalance Class?..

Answer / santoshnathan

ECP is BB testing technique that divide input domain of a
program into classes.Like

1.If I/P condition specifies range, one valid and two
invalid classes are defined
2.If I/P condition requires specific value,one valid and two
invalid classes are defined
3.If I/P condition is member of set,One valid and one
invalid classes are defined
4.If I/P condition is Boolean,One valid and one Invalid
classes are defined.

Is This Answer Correct ?    1 Yes 0 No

What is Equivalance Class?..

Answer / sujatha_k

In equivalance class , two invalid input and one valid
input enter do that testing and verified functionilty.

Is This Answer Correct ?    1 Yes 0 No

What is Equivalance Class?..

Answer / himanshu patel

>> Divide Test Data in to ..

Invalid, Valid, Invalid ... Classes.

Example: For getting licence you must be atleast 18 years of
age. And you can not get licence if your age is 80 years or
more. So if we divide this data using equi class
partitioning then it will be as following:

<15,40,90>

Is This Answer Correct ?    1 Yes 1 No

What is Equivalance Class?..

Answer / sudarshan

the values maximum and minimum that to be checked for the
application.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What should be done after writing test cases?

6 Answers   iSoft,


Can you explain decision tables?

0 Answers  


Explain briefly your project.

0 Answers   ING,


A Succesful testcase Means..?

14 Answers   HCL,


describe Bug life Cycle and the process taken in your organization.

4 Answers   HCL,






i know that there are two types of applicationa.one is web applications and the other is client-server application.web means online applications,and client server means we have to install in our systems to use it.now my question is ,yahoo messenger which we have to install in our system and have to work on line.this application comes under which type of application.

2 Answers  


Diff between static and dynamic review?

3 Answers   Softdel,


What's the difference between System testing and Performance testing?

4 Answers   HP,


I am uma new commer for this site? I have some doubt's pls clarify it..... I finished my B.Com and S/w Testing Course Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.,

9 Answers  


2. The prime benefit of testing is that it results in improved defects a. True b. False

4 Answers  


design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.

1 Answers   DOEACC, PSIT,


In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000

5 Answers  


Categories