Dif B/W Equivallence partitioning and Boundary-value
Analysis
Give an Example.
Answer Posted / prashant
Boundry value Analysis: Boundry value of the given Input of
the object. That is max and min.
ex:- If an test boc taking values 3-8. so the boundry
conditions are
min 3 - pass
min-1 2 - fail
min+1 4 - pass
max 8 - pass
max+1 9 - fail
max-1 7 - pass
Equalience call partaning:- Methodically reducessing the
huge set of possible test cases in much smaller. But
equally efficent. That means it depends on the type of the
input value.
Ex:- Above Example. That particular text box accept only
numeric. it does not allow any other.
a-z - fail
0-9 pass
Alpaha numeric special charectors fail
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to perform SQL inject test for a login page using OWASP ZAP proxy security testing tool
How frequently is your project audited? How do you know the result of these audits?
When we should continue testing?
What is a ‘use’ case and what does it include?
How Google apps can be considered ? Either they are product or Project
'configuration related errors' in testing means what?
Explain the types of documents in software quality assurance?
What is basis set?
Why regression testing is important?
What are the contents in test plans and test cases?
What is coding?
Why do you want to work for us?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?
List out the software quality practices through the software development cycle?
How validation activities should be conducted?