Test Case Design Techniques like BVA, Equalance
partitioning, Error guessing?
Answer Posted / 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 |
Post New Answer View All Answers
When we are recording in WinRunner and interact with the AUT, what does WinRunner do?
can any body tell me what is the process of between after getting a documents and testcase writing.
How do you scope, organize, and execute a test project?
What kind of testing to be done in client server application and web application? Explain
Can you explain exploratory testing?
What a team leader will test first when s/he will get new module to test?
What are the Important test scenarios which can be used for testing a web site?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
What are the main key components in web applications and client and server applications? And explain the differences between them?
What type bugs you will find in integration testing with example?
How can I done a Web Testing? Which steps are include in it?
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
What is software review?
test cases for Insurance Processing System ?