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
Tell me the SRS based review,brs based review
Explain the defect life cycle.
What’s the difference between verification and validation in testing?
What r all the security problems u r facing & the measures taken to solve.
What are the types of maintenance?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
What is Test Design ?( Urgent) and Test Design for Printer?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
list of methods that is used to document the requirements of a software.
What type of metrics would you use?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
define Testing of Procedure, Triggers and Functions in data base testing ?
What are the different available models of sdlc?
What is quality center?
Describe Testing Decomposition?