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 |
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
2. What resources do you use to learn about Web accessibility?
HI, I am new to this field. I am a CCNA and want to start career in router testing.I need some sample test cases to Routers. Can someone send me in mail or post them in this forum or can post any website name where I can find the information. Thanks in advance
When you found any bug before release product to the customer.what will you do????what will be your aproach?
What do u mean by SDC. Give me a brief description on this?
What is the difference between migration testing and regression testing?
How to prepare web applications use case document.can you send the some sample use case document for web application Project?
What is Web testing & which action we take at the time of Web Testing?
Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com
How integration testing performed in organization
what is the function generator?