Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Clear definition of boundary value analysis

Answers were Sorted based on User's Feedback



Clear definition of boundary value analysis..

Answer / swati

Boundary Value Analysis is a category under input domain
testing which is a kind of functional testing.
Using BVA we can test hw the AUT behaves at their
boundaries.That is u test the functionality by giving
inputs at their boundaries : Eg : if test box can accept a
character string of length 2-8 then your BVA would be,
i. i/p :2= pass
ii. i/p : 2-1 = Fail
iii. i/p : value btn 3-7 , any one value - Pass
iv. i/p : 8 = pass
v. i/p 8+1 = Fail

if X is the limit you will check values at X-1, X and X+1

Is This Answer Correct ?    7 Yes 2 No

Clear definition of boundary value analysis..

Answer / jyoshitha

When even the test engg need to develop the testcases
for a range kind of input then they will go for BVA
in this they will concentrate on the boundarys of the range
ex:-
write a test case for email text box
1.it should acccept min 4char & max 20char
usually they will consider the following values
LB-1 LB LB+1 MB UB-1 UB UB+1
3 4 5 12 19 20 21

Is This Answer Correct ?    5 Yes 0 No

Clear definition of boundary value analysis..

Answer / gayathri

Boundary value Analysis:It is a technique for test data
selection.A test engineer choose values that lie along data
extreme.Boundary values include maximum,minimum,just inside
boundaries,just outside boundaries,typical values,and error
values.the expectation is that,if a system works correctly
for these extreme or special values,then it will work
correctly for all values in between.
Eg:if a text box is supposed to accept values in range 1 to
100,then try providing the following values:
1)1,100 values between 1 and 100 on sampling basis
2)0,101
3)negative values,
4)extremely large values.

Is This Answer Correct ?    5 Yes 1 No

Clear definition of boundary value analysis..

Answer / meena

A technique that consists of developing test cases and
data, that focus on the input and output boundaries of a
given function

Is This Answer Correct ?    3 Yes 1 No

Clear definition of boundary value analysis..

Answer / tapan

BVA meant for boundary value analysis is a test designing
technique is applicable for object testing. To verify the
max., min.,range lies between max and min size , BVA
techniqueis used. It is one of relevant tech. to verify the
length of object instead of going through all one by one
value testing..let one object having rangr from 1 to 100.
BVA process would be like this .
min value=1=pass
min-1=0=fail
max=100=pass
max+1=101=fail
max-1=99=pass
min+1=2=pass

if any wrong plz, reach to me mail
id=tapan_nayak123@rediffmail.com

Is This Answer Correct ?    2 Yes 0 No

Clear definition of boundary value analysis..

Answer / aryaa

BVA is a testcase design technique where we consider the
boundry values of input and output data.

Is This Answer Correct ?    2 Yes 1 No

Clear definition of boundary value analysis..

Answer / amit verma

BVA is the Test cases design technique which is used to
write the Test Cases effectively.

According to BVA,it include following type of data set:-

-Max +1
-Max -1
-Min +1
-Min -1

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is the status of defect when the developer reject the defect?

12 Answers   Wipro,


what is the diff between BVA & ECP and also advantages about thease techniques..& i want some proper examples... from sekhar yadav sunkara svsekhar2003@gmail.com

1 Answers   iGate, TCS,


What is the final stage of integration testing

4 Answers   HCL,


can any one tell me wat is dependent and independent scripting?

0 Answers   Cap Gemini,


what can't be automated on the projects?

4 Answers  


how do give priority?i mean to say on which basics? suggest me with proper answer plz.

6 Answers   MBT,


Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.

1 Answers  


How can your reverse a sentence("I LOVE MY COUNTRY" to "COUNTRY MY LOVE I")

4 Answers   ADP,


What is the Testing strategy for testing client server applications/products?

0 Answers   Infosys,


What do you mean by coverage and what are the different types of coverage techniques?

1 Answers  


What are the different technology that manual tester should know( except automation tools)?

2 Answers  


Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above

5 Answers  


Categories