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...


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

Hi Friends .. Ans me these questions only on sqt.qae@gmail.com q-1)when testing will be stopped? q-2)same application program will run on a standalone workstation and on connected workstations.Describe what additional testing is require when workstation are connected?

3 Answers  


WHAT IS TEST STRATEGY? WHAT IS THE DIFF BETWEEN TEST PLAN AND TEST STRATEGY? WHAT IS TEST METHODOLOGY

1 Answers   Wipro,


What is performance Testing and Regression Testing?

5 Answers   Fidelity,


What is the difference between GUI Testing,UI testing and Usability TEsting

0 Answers   TCS,


when will u make update and modify the test object properties in the repository?

3 Answers   Infosys,


Test Cases For Router&Switch

0 Answers   NSN,


Which testing is used only in web based application but not for client-server applications?

5 Answers   Cap Gemini,


do you write test case for smoke testing?If not why?

2 Answers  


what is the difference between 2-tier appli. and 3-tier appli. testing

3 Answers  


how many meeting in realtime environment? what are they?plz explain?

0 Answers  


what is the good test case ? how can we tell this is good test case ? (test case characterstics)

4 Answers  


Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks

0 Answers  


Categories