Answer Posted / rajendra
Boundary Value Analysis(BVA):
Normally this will be used to validate the numeric text
boxes(fields).
For example if we take a text box it will accept
Min(say m) 5 chars -Lower boundary
Max(say n) 9 chars -Upper boundary
here the boundaries are 5 and 9.
(min-1)4--- 5(min)6 -----7-----8------9(Max)---10(max+1)
invalid---><---------Valid range---------><=-invalid--
| |
Bpundary-1 Boundary-2
Then now we will check the text box by giving different
inputs at boundaries
like
Below 5 it must not accept.
Above 9 it must not accept .
for other conditions we will check like
m+1 is acceptable(because 5+1=6)
m-1 is not acceptable(because5-1=4)
n-1 is acceptable(because 8-1=7)
n+1 is not acceptable(because 9+1=10)
and also we can check the middle values between 5 to 9
The middle values must accept.
The real word example is Password field of yahoo mail
it will accept only some number of min characters
and will accept only some number of mix characters
Ok friends
i think u r clear with this answer
Byeeeee Friends
Rajendra
rajendra_penumalli@yahoo.com
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What type bugs you will find in integration testing with example?
What’s the difference between a bug and a defect?
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
1.what kind of testing have you done ?
please give information about ERP Projects and how V-model use in project
How is ‘build’ different from ‘release’?
How to do integration testing on duster......
Name three reasons why the tester may choose to record in Context Sensitive mode.
What type of questions will be asking for 2 years experience candidate in manual testing?
Why performance testing is performed? What are tools of performance testing?
what types of bugs will we find out in banking projects
You may undergone many projects. Do all the projects match up with customer’s expectations?
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
why QA team is necessary for an organization?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance