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
wht type of intersting things sqa have or what is intersting abt sqa and how it will be advanategous for us as a sqa engineer?
What is context driven testing?
What methodologies do you used to develop test cases?
What is cast?
Have you written test plan?
How to generate swift message
During the test case review, what are the main important things will you check
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please
Q. How do you select product components for validation?What are the contents of QMS?
What is a weighted Defect What is Defect Density
What is basis path testing?
What if the software is so buggy it ca not really be tested at all?
What are the tables in testplans
Tell me some key points to consider while writing a bug report.
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.