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 do you think the role of test-group manager should be? Relative to senior management?
What is data flow diagram?
What makes a good software qa engineer?
Is anybody have the telecom systems test cases from start to end?
Can you explian $ pillar of Agile
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
what is your daily activities?
Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..
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.
what is date field test case
Test cases on send/ receive button of Microsoft outlook.
10 scenarios for security testing using gmail applications?
What is common interface?
what is fusion testing and impact analysis???