Explian equivalence partioning with anexample?
Answers were Sorted based on User's Feedback
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 |
Answer / suresh.chaluvadi
check out the url
http://www.allinterview.com/showanswers/118
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What are all the responsibilities will be having for a tester who is having 1+yrs of experience? What are the things the concern may expect for their recruitment process?
how to test stored procedures in manually?
What is the Difference between Volume Testing and Load,Stress tests..?
7 Answers Lehman Brothers, Quark,
how do u perform regression testing,means what test cases u select for regression
6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?
Find bugs in customer environment , That bugs is called 1. software Failure 2.Bugfix 3.Bugs 4.Error
What is the difference between Requirement and Specification?
what are the contents we have to cover in manual testing to get the job
what is test case management?explain in brief.
what is v model need clear explanation with advantages and disadvantages?
Which test cases are first written white boxes or black box?
hi one of the interviewer asked me have you ever created a test plan?