Explian about boundary value analysis with an example ?
Answers were Sorted based on User's Feedback
Answer / jai ganesh.m
*BVA done in equalvalence class.
*To check exact values and boundary values.
*Take the limit value add +1 and sub -1.
Example:
A program which accept the credit limit within a given
range ($10,000-$15,000) can have the following boundary
values.
1.LOW BOUNDARY + OR - 1(9,999 AND 10,001).
2.ON THE BOUNDARY(10,000 AND 15,000)
3.UPPER BOUNDARY(15,001 AND 14,999)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suresh.chaluvadi
check out the url
it describes both BVA and ECP
http://www.allinterview.com/showanswers/118
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jmk
testing the on and around values is BVA..eg:if a field can
accept values from 0-50...checking the field with -
1,0,1,49,50 and 51....correct me if iam wrong.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sm
BVA means Boundary Value Analysis
Its required to know that the given input range is working
or not correctly for the given data range..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Migration testing?
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
hi ,, what is testing methodologies ,and what is test strategy pls tel me ... advance thanks for all
How will you link the Defect to the test case? Explain Bug life cycle
what is the difference between quality control and quality assurance?
tester can give suggestion to developer "how to fix the bug" in bug report
What is Test Condition. what is test scenario.
which bug report format ur company following
What is Test Data ? Explain
what is meant by adhoc testing?
what is differance between desktop applications and web applications?
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance