Answer Posted / prashanth
Boundary Value Analysis(BVA)is nothing but testing the Minimum and Maximum values of a text box field. Lets take an example
Let's say In Requirements document for "User Name" field it is give like this
- User name field should accept minimum 3 and Maximum 9 alphanumeric characters should accept
In Use Case document it will be written like below
User name Field:BVA
- min-1 is Invalid (2)
- min= is valid (3)
- min+1 is valid (4)
- max-1 is valid (8)
- max= is valid (9)
- max+1 is Invalid (10)
In Test Case document we write like this
Test Case_001:
Enter 2 values in User name field and click on Submit button
Expected: Error message should display "Enter Valid User Name"
Test Case_002:
Enter 3 values in User name field and click on Submit button
Expected: Should navigate to particular page
Test Case_003:
Enter 4 values in User name field and click on Submit button
Expected: Should navigate to particular page
Test Case_004:
Enter 8 values in User name field and click on Submit button
Expected: Should navigate to particular page
Test Case_005:
Enter 9 values in User name field and click on Submit button
Expected: Should navigate to particular page
Test Case_006:
Enter 10 values in User name field and click on Submit button
Expected: Error message should display "Enter Valid User Name"
The above format is only example.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the qualities needed by a software tester?
What if the project isn’t big enough to justify extensive testing?
What is mean by multi-threading 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?
tell me some major and minor defects in ur net banking project?
what type of testing techniques are using after accept the build?
need testing projects where can i find them
Test Cases For Router&Switch
What is baseline testing?
Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.
Hi.....wat r d major bugs we can find in banking domain???
What are the various techniques in black box testing?
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
What is the difference between load and stress testing?
What is big bang approach?