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 the real time testing process for water fall model..plz exp asap..thanks in advance

1 Answers   Wipro,


when to start and stop testing?

2 Answers  


Hi, dis is Deepa, I completed my Administration Degree, worked as an admin then got promoted and currenting working as an Trainee - Quality Assurance.... I'm not so familiar that job... I would like to do course for Manual testing or Quality Assurance.... Where can i do the course as "the best" Kindly refer me any training centre for this with 100% placement assistance....

4 Answers  


what is reqirements testing and risk based testing?

3 Answers   Logica CMG,


Generally Where do we concentrate more on the web based applications testing....fox ex: security testing, performance testing etc....

2 Answers   Symphony,






Test approach to windows update?

0 Answers   ADITI,


What is system testing? What is defect leakage? What is penetration testing? What is regression testing?

4 Answers   RBS,


Explain Iterative model, Incremental model, Spiral model, Evolutionary model and V-Model?

0 Answers  


what is product backlog...

2 Answers   HCL, Wells Fargo,


1.Testing engineer find a new bugs But that function not avaiable in testcase. How do approach the develper to fixes bugs ?

1 Answers  


To what extent is the tester responsible for the time delay in the test plan execution?

1 Answers  


If i say that my company XYZ is a "out sourced" company then what does it mean? Plz Clear me with a practical scenario. It's Urgent

1 Answers  


Categories