Dif B/W Equivallence partitioning and Boundary-value
Analysis
Give an Example.

Answers were Sorted based on User's Feedback



Dif B/W Equivallence partitioning and Boundary-value Analysis Give an Example...

Answer / prashant

Boundry value Analysis: Boundry value of the given Input of
the object. That is max and min.
ex:- If an test boc taking values 3-8. so the boundry
conditions are

min 3 - pass

min-1 2 - fail

min+1 4 - pass

max 8 - pass

max+1 9 - fail

max-1 7 - pass


Equalience call partaning:- Methodically reducessing the
huge set of possible test cases in much smaller. But
equally efficent. That means it depends on the type of the
input value.

Ex:- Above Example. That particular text box accept only
numeric. it does not allow any other.

a-z - fail

0-9 pass

Alpaha numeric special charectors fail

Is This Answer Correct ?    8 Yes 1 No

Dif B/W Equivallence partitioning and Boundary-value Analysis Give an Example...

Answer / hafeez

Equivallence partitioning is where if one clause pass the
all other clause of the sam type also passes e.g select one
value from dropdown pass means all values will pass

Boundary value anayalsis means that it will pass in the
boundries but it will fail as we go out side to it.
eg sum of angles of a tringle is 180. it will fail when it
181 or 179

for more details

http://s-qa.blogspot.com

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QA Concepts Interview Questions

how do u start web logic in your application

1 Answers   FIS, Oracle,


How do we measure the quality of a product?

3 Answers   Satyam,


What are the advantages and dis advantages of Agile model?

1 Answers  


What kinds of performance tests might be required for a word processing system?

1 Answers  


I am a fresher.looking for testing jobs.I would like to know what kind of questions will be asked for freshers for the post of test engineer.

1 Answers  


How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?

0 Answers  


List out the roles of software quality assurance engineer?

1 Answers  


draft an email to the client asking for clarrification on the conference calling function in a landline phone

1 Answers   QA, TCS,


Can anyone explain me with examples wat is parallel testing?

2 Answers   Moveo Systems,


How u r estimating the budget 4 the project?

1 Answers   TCS, TFT,


What is Mutation Testing? Is it white box or black box testing. This is what I think about mutation testing..It is the testing done after the code has been modified in an application( after geting defect complain from clients)with the same test cases and same old test data... Please correct me If I am wrong...............

2 Answers  


What are attributes and skills of LEAD AUDITORS?

1 Answers  


Categories