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...


Test Case Design Techniques like BVA, Equalance
partitioning, Error guessing?

Answers were Sorted based on User's Feedback



Test Case Design Techniques like BVA, Equalance partitioning, Error guessing?..

Answer / mercy

Boundary Value Analysis(BVA): The concept behind this is to
partition program domain in a meaningful way to generate
data sets that span the partition are determined. This
creates test cases around the boundaries of the valid data.
The values that can be passed are exact boundary values, +/-
lowest boundary value and +/- highest boundary value

Consider a text box which can take a maximum of 255
characters. Then the domain that can be considered is from
1 to 255. The values that can be passed into the text box
for testing would be 1, 255, 0,2,254 and 256.

Equalence Partitioning: This is to partition set of all
possible inputs into classes that receive equivalent
treatment.

If consider the same example, the equivalence classes would
be:

Class1: Values from 1 to 255, 1 and 255 inclusive
Class2: Values less than 1
Class3: Values more than 255

Error Guessing: This technique is used to find defects
using the experience of the tester. Consider the above
example, the textox is intended for characters only. The
tester can easily give numbers or any special characters
for that text box and see whether the application is
throwing an exception or not.

Is This Answer Correct ?    8 Yes 1 No

Test Case Design Techniques like BVA, Equalance partitioning, Error guessing?..

Answer / deepthi

The following are the error guessing techniques:
BVA(Boundary Value Analysis) is used for range values.
ECP(Equivalent Class Partition) is used for both range and
non-range values.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

What is SEVERITY and PRIORITY ?

3 Answers  


in web application , what are the common "browser compatabality issues " that you have across.?

1 Answers   HP,


what is sanity testing when do u start it

5 Answers   TCS,


why testcases are written and what is the importance?

0 Answers   Technosoft,


Any one can send the Test Plan Tempelate to this id raj_kan1979@yahoo.co.in

1 Answers   Photon,


what is accessibility testing?

1 Answers   Sapient, Valtech,


by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"

2 Answers   IBM, ISTQB,


what is stress testing, and load testing, vidune testing pls give suitable example in the question

3 Answers  


difference between smoke and sanity testing? help me with the clear answer...

5 Answers   Cap Gemini, Polaris,


what is the common problem in SDLC

3 Answers   HCL,


Is anybody have the telecom systems test cases from start to end?

0 Answers   Netsoft,


hi am new to testing please anyone suggest a text book or materails so that it will help me to understand testing.please give me as soon as possible

1 Answers  


Categories