Give examples of boundary value and equivalence
partitioning test cases.
Answer Posted / romario
equivalence partitioning
--------------------------
consider a form field which ask for the age of a person.
let the age should be >=18 and <=50.
this range can be divided into three classes.
==>> values less than 18(invalid class)
==>> values between 18-50(valid class)
==>> value greater than 50(invalid class)
we can see that there are two invalid and one valid class.
it is not necessary that we have to use multiple values
from each class.One value from each class is more than
enough.
Boundary Value Analysis
--------------------------
consider the same scenario used above.
here we can give the test inputs as follows
==>>lower limit+1 & lower limti-1(ie. 17 & 19)
==>>lower & upper limits (ie. 18 & 50)
==>>upper limit+1 & upper limit-1 (ie 49 & 51)
There will be six test inputs when we are using boudary
value analysis.
| Is This Answer Correct ? | 48 Yes | 6 No |
Post New Answer View All Answers
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
write test cases on file open dialog box in notepad
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Explain the monkey testing?
I want 100 test scenario for gmail
Explain the branch coverage testing?
Explain the logic testing?
write test cases for hospitality management system
How to write test cases for lift?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Which of the following defines the expected results of a test? Test case specification or test design specification.
Can some body help to write possible test cases for a credit card at POS (point of sale)
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Explain the component testing?