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?
Can test condition,testcase and testscript help u in performing the static testing
Can you explain an application boundary?
what is date field test case
What are the phases involved in software testing life cycle?
What is pesticide paradox?
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
what is the difference between Risk based and Requirement based testing???
How to explain the Insurance project in the interview?
How do your characteristics compare to the profile of the ideal manager that you just described?
how we write test cases to brs,srs,hlds,llds
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
send the senario template
test cases for Insurance Processing System ?