Expain Equivalence Class Partion with an Example?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What do you mean by peer rieviews
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
Why do we prepare test condition,testcases,testscript?
1. what are the qualities of a tester ?
how to write a test case for check box like in gmail or yahoo
what is accessibility testing?
When a defect is assign as Postponed and differed. explain with example? thanks
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
who will performe smoke testing?... by Senthil BE Software test Engineer(polaris..)
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?
what is test condition? what is test scenario?