Hi, Can anybody tell me what is Boundary value analysis,
equivalence partitioning and error guessing with examples?

Answer Posted / bizz

Boundary Value Analysis (BVA): This is a testing technique
to validate a application by testing the boundary value
conditions. Lets take an example:
We have a edit field which accepts values from 1
to 100. By BVA, we can test this field using the invalid
and valid boundary values i.e. -1, 1 and 2 for the first
boundary and 99, 100 and 101 for the second boundary value.
Here the invalid conditions are -1 & 101 and the valid
conditions are 1,2 & 99,100.

Equivalence Patitioning or Equivalant Class Patitioning:
This is also a testing technique which divides the input
data into different classes and test the application by
selecting a value from each class. Lets take the same
example as above:
Here, the difference is that the 1-100 values
are divided into 4 classes i.e. 1-25, 25-50, 50-75 and 75-
100. Now, we select a value from each classes and test the
edit field.
The advantage of this technique is it can cover
a large dataset where we cannot manually go and check each
and every value.

Error Guessing: This technique is the most informal way of
testing a application. For using this technique, one need
to have a good command of the application and should know
the history of the application. As the name suggest, tester
have to guess where could be the possible defects by
keeping the defect history of the appliaction in mind.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is defect cascading in software testing?

730


Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies

1459


which test strategy your are fallowing in your company?which documents u r using in software development life cycle?

1827


a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh

1420


How do you scope out the size of the testing effort?

1917






Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?

5967


i want manual and automation test cases and interview questions

1714


6 what do you like least about testing?

1773


Define cause effect graphing?

695


How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?

1729


What is severity and priority of bug? Give some example.

669


How can write testcases on a code under development pls give asnwer

1542


Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?

3648


I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.

1504


What is the difference between white box, black box, and gray box testing?

649