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
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What is meant by verification and validation?
What is the difference between the test plan and test strategy
In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?
Will automated testing tools make testing easier?
What are the functions of the Quality Assurance Group (QAG)?
Why do you want to work for us?
What is capture/replay tool?
Do you have a favourite QA book? More than one? Which ones? And why.
Hai Friends I am working as a Software Test Engineer in Bangalore. I am taking Classes at weekends on Testing Concepts. I will teach will all the real time examples and writing the Test cases, Document Management and also about what are all the duties of a real time Test Engineer at a company. Course Fee is very minimal and only in week ends. For who attended the class any time support through phone and job guidence. Intrested Friends mail me at vinodhanandhan@gmail.com
Explain cmm?
What is a ‘use’ case and what does it include?
What is test metric is software testing and what information does it contains?
What are the benefits of automated testing?
What is cross browser testing?