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 is Data guidelines?
How do work in Cilent server Application?
I went RightPath Hyderabad Fresher Job on Testing the following Questions they asked...
suppose i received 3 build b1, b2, b3 on which build i will do regression testing
suppose the product/appication has to deliver to client at 5.00PM,At that time you or your team member caught a high severity defect at 3PM.(Remember defect is high severity) But the the client is cannot wait for long time.You should deliver the product at 5.00Pm exactly.then what is the procedure you follow?
what is bug tracebility matrix and it's formet?
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing
What are the properties of a good requirement?
there are many test cases in our test case repository like function,integration,system,acceptance test case so which test case should test engineer test first.? please answer me . thanks
What is Vertical and Horizontal traceablity?
Swap 2 variables without using a temp variable
What are the Use Cases?