Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain Equavalence Partioning.With example?

Answers were Sorted based on User's Feedback



Explain Equavalence Partioning.With example?..

Answer / revati

Equivalence portioning is a technique for testing
equivalence classes rather than undertaking exhaustive
testing for each value of the larger class.
An equivalence class is a subset of data that is
representative of a larger class.
For example:
1.If an input condition specifies a range, then there will
be one valid and two invalid equivalence classes are
defined as follows:
If the Name text field should be 5 to 10 alpha
characters. Then instead of checking 6 times Name text
field ,make one class with range <5-10> which will be
called valid class and another class will be invalid
class which will be less than and greater than the range.

2.If an input condition requires a specific value, then one
valid and two valid classes are defined.
e.g. Input data is 6 digit number, then valid class is
<6 digit> and invalid classes are (<6) &( >6)

3.If an input condition is a Boolean then one valid and one
invalid equivalence classes are defined.
e.g. True or False.

The aim is to minimize the number of test cases require to
cover these input conditions.

Is This Answer Correct ?    4 Yes 0 No

Explain Equavalence Partioning.With example?..

Answer / subhash

Equivalence Partitioning is a black box testing technique.
we use Equivalence Partitioning to divide the test case in
equivalence Partitioned Valid and Invalid.

example: Consider a credit card limit accepted only range
between(20000 to 50000).

test case will be

Less than 20000(invalid)
Between 20000 to 50000 (valid)
Greater than 50000 (Invalid)

Hope this will clear your doubt..

Is This Answer Correct ?    3 Yes 0 No

Explain Equavalence Partioning.With example?..

Answer / logu

Testing the application or field with a different set of data within a specified range.

Ex: User name should accept 2 to 6 character means we have to crate the Test case for only 2 to 6 ranges not more than that.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

usecases are prepared by whom?

5 Answers  


i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?

0 Answers  


What is performance Testing and Regression Testing?

5 Answers   Fidelity,


Hi frnds im Priyan.in interviews they are one question 4r me. " AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? ".. can any one gve answer perfect answer ? tank u .. reply me plss

7 Answers   Covansys,


How to do Data base testing manually?

5 Answers  


What is testing web based project?Give one Example

1 Answers  


Who design the test case templates?

5 Answers   IBM,


Tell me abuot your daily activities as a test engineer.

6 Answers   InterSoft,


in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.

0 Answers  


what is the output of this query selet * from employee where 1=2

7 Answers   Tera Informatics,


Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks

0 Answers  


Difference between Client server application & Web based application?

3 Answers   CMS, H5 Asia Pacific, IBM,


Categories