Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / sridhar
Boundary value analysis:
Ex : consider the numbers from 1 - 1000 which should provide
valid results when entering a value in between them.
We will break the numerics from - infinity to + infinity in
to three cases as explained in step 1,2 and 3
step 1: 1 to 1000 (When entering a value startign from 1 to
ending with 1000, should provide valid results as defined) -
Pass
step 2: - infinite to 0 (When entering a value startign from
- infinite to ending with 0, should provide Invalid results)
- Fail
step 1: 1001 to + Infinie (When entering a value startign
from 1001 to ending with + Infinite, should provide Invalid
results) - Fail
Equivalence Class Partitioning:
Consider an eXample, like a text box on the form need to
accept only "Special Characters"
so here comes the following:
Valid Case:"Only special characters" - when entering these
characters should not display any validation message
Invalid Case: " A-Z, a-z, 0-9" - when entering these
characters should display validation messages
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
When to start qa in a project?
Explain cmm?
what is the SOAP UI and Web services? what are the uses in testing?
What tools are available to support testing during development of application?
Can you perform regression testing performed manually?
What are verification and validation and difference between these two?
What is the quality audit?
Enlist the priority of the testing tasks defined by the qa team in product development.
Explain the process of project tailoring.
What is cross browser testing?
What is the difference between black box and white box testing?
Why do you want to work for us?
How do u calculate Schedule variance? What is the formula? Explain with Example
what is angle testing