Expain Equivalence Class Partion with an Example?

Answers were Sorted based on User's Feedback



Expain Equivalence Class Partion with an Example?..

Answer / anish

Equivalence Class Partition Splits The Given Input Into 2
Classes..
Class 1: Valid
Class 2: Invalid

EX:The maximum amount can be withdrawn from ATM machine is
100 to 15,000


Invalid Valid Invalid

-----------100--------------15000--------
Note: Total Number of Test Cases is 3 (2 Invalid and 1 Valid)

Is This Answer Correct ?    29 Yes 2 No

Expain Equivalence Class Partion with an Example?..

Answer / totad

Example for Equivalence Class Partion

Squre root

squre root of all +ve numbers are real(valid)
and squre root of all -ve numbers are imaginay (invalid)

Is This Answer Correct ?    8 Yes 1 No

Expain Equivalence Class Partion with an Example?..

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 ?    7 Yes 1 No

Expain Equivalence Class Partion with an Example?..

Answer / ramanji

Equivalence Class Partion defines all the valid and invalid
values of test data for specific scenario.

EX:Scenario for User id which allows only alphanumerics and
special character"_" only

data matrix for user id field:

valid data:A-B,a-b,0-9,_
Invalid data:All special characters other than "_"

Is This Answer Correct ?    10 Yes 5 No

Expain Equivalence Class Partion with an Example?..

Answer / swetha

ex:The maximum amount can be withdrawn from ATM machine is
15,000
Now accoording to eqivalance partitioning input has to be
given in the different ranges like
1. 0-5000
2.5000-10000
3.10000-15000

In eqivalance partitioning positive scenarios will be
tested as above.

In boundary value analysis negative cases also added like
<0
between 0-15000
>15000

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Can u plz write/tell me 2 main Negative Test Cases for my Mobile Phone.

7 Answers   Xavient,


5 positive and 5 negative test cases for yahoo login window

6 Answers   IBM,


What is a test condition wen a tester will prepare or write a test condition?

1 Answers  


difference between smoke test and sanity test difference between exploratory test and adhoc test

2 Answers  


how can u map SDLC With STLC

6 Answers   Hewitt,






What is Testers role in a s/w firm?

3 Answers   winfoware,


How do we test the requirements?

3 Answers  


What is the ONE key element of ‘test case’? What is the ONE key element of a Test Plan?

1 Answers  


Risk analysis consist of A)1 step b)2nd step c)4 step d)6 step Which is correct Answer please any one tellme and mail me

2 Answers   CashEdge,


1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?

0 Answers  


Please any one tell me what is application architure in web based applications

2 Answers   ProKarma,


How many types of applications are available for a Test engineer to test? In detail? PLZ.

4 Answers   IBM,


Categories