what is equivalence partition? what is the use of it?
Answers were Sorted based on User's Feedback
Answer / belal raslan
Equivalence partition is a group of test cases that tests
the same thing or produce the same bug (or not). we usually
use this test design technique to reduce test cases (and
test time) and to assure best coverage.
Belal Raslan
| Is This Answer Correct ? | 15 Yes | 6 No |
Answer / priya
Equivalence partitioning is a black-box testing method
- divide the input domain of a program into classes
of data
- derive test cases based on these partitions.
Test case design for equivalence partitioning is based on
an evaluation of equivalence classes for an input domain.
An equivalence class represents a set of valid or invalid
states for input condition.
An input condition is:
- a specific numeric value, a range of values
- a set of related values, or a Boolean condition
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / swapna chinnapapakkagari
Ensure all the representative values have been considered
Example:
For login Id give all types of Inputs,
Small,Caps,Mixed("JohnDoe:,"johndoe",John123")
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / guest
Hi
>Equivalence partitioning , a Black box Technique , is done
mostly on Data inputs derived from the requirement
specification.It is done rarely on Output data.
>The set of input datum are divided into certain classes
having equivalent property.
Like : Certain inputs are Valid inputs and others are
invalid ones.
>The partitions may done upon different property depending
upon the requirements.
>It helps in avoiding Exhaustive testing.
bye
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / msnreddy
Equalance nothing but select the valid and valid clases
example as per client requirement the edit box access onaly
3-5 capital alphabets then we divided in ecp like vaid
values only A-Z invalid values are a-z and special
characters like ^,8<%
| Is This Answer Correct ? | 6 Yes | 10 No |
I write the test cases in Excel Sheet. For Retesting how to maintain the excel sheet.? Hw to maintain the History?
Explain the Stress Testing
Difference between client application and web application
1 Answers Cap Gemini, PIT Solutions,
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
How to write Negative test cases?
12 Answers CarrizalSoft Technologies, Infosys, Microsoft, Ybrant Technologies,
How u can do regration testing/retesting testing, after assign bug to devloper, how to manage the test cycle number and built number, plz tell me....
what are the stages in Testing life cycle?
50 Answers Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,
How do you differentiate the roles of Quality Assurance Manager and Project Manager?
Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
what is the difference between test senario and test case?
EXplain the diffeenet types of bugs.....
14 Answers GE, TCS, Vertex,