Explian equivalence partioning with anexample?

Answers were Sorted based on User's Feedback



Explian equivalence partioning with anexample?..

Answer / yogeswari

When We have an requirement which has a large class of data
split the large class into its subsets
For Ex:
Sal 10000-45000
Here this is the large class of data
equivalence partioning -->take inputs from the below sub
classes such as
less than 10000 (invalid)
between 10000 and 45000 (valid)
greater than 45000 (invalid)
Instead of choosing values from the large set of
information split the inputs into both valid & negative
inputs that becomes a subset. this technique is equivalence
partioning

Is This Answer Correct ?    4 Yes 2 No

Explian equivalence partioning with anexample?..

Answer / suresh.chaluvadi

check out the url
http://www.allinterview.com/showanswers/118

Is This Answer Correct ?    0 Yes 0 No

Explian equivalence partioning with anexample?..

Answer / rs

Equivalence partioning is a method of writing test case in
the black box technique.Usually two invalid inputs and one
valid input. e.g. Writing test case for a range Rs.1000 to
RS. 2000.

Valid Test case : 1500 (In between the range)
Invalid test cases : 800 and 2400 (one value- Less than
lower limit and higher than upper limit)

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

9. What drives your interest in Web accessibility?

0 Answers  


What is the usability test case for yahoo login page

4 Answers   Global Logic,


Explain what is exhaustive testing?

0 Answers  


What is Desktop Testing

0 Answers  


is programming knowledge is necessary for testing

3 Answers  






what is vss

2 Answers  


How the value of P in cyclomatic complexity is calculated? P:The number of connected path.

1 Answers  


Describe any bug you remember. Plz Give some real examples

7 Answers  


what is meant meant by test log?

1 Answers   DSR Management, Mastek,


write negative testcases for notepad

3 Answers   Philips, Wipro,


what is difference between black box and white box testing? In most of the companies which tecnique is used

6 Answers  


which knowledge is must for tester

11 Answers  


Categories