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
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
how will u create diff types of scenario for any website?
What is 'Account Conditioning'?
how many meeting in realtime environment? what are they?plz explain?
uses of checklist
Can you please explain about the erp project
What's the difference between system testing and acceptance testing?
What are different types of verifications?
Describe your personal software development process.
when do you escalte issue to your manager?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
What are the tasks of test closure activities in software testing?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?