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 |
friends i know what is regression testing but i need an real time example from any of the projects..
what is project testing & product testing, and what is the differene ? plz explan with example
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
diff stages between open and fixed status in defect bug cycle
can anbody tell me wht are microsoft 6 rules
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
Explain agile testing?
What happens if we access a website that has cookies once the browser cookies are disabled?Does the website will be accessed?Though accessed, does the session will be tracked?
What types of testings can you use in a sequence to test ATM transaction??
Wat Is Configuration management and were we store all our testcases and Test data everything related to project for testing how we come to know abt the changes made in the modules and srs plz explain me the detail process for the abve if possible were to get the tutorial for all these cvs tool
what are your achievements in your organization ? Guyz very very urgent , help me
Who will perform Integration Testing?