Test Case Design Techniques like BVA, Equalance
partitioning, Error guessing?
Answers were Sorted based on User's Feedback
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 |
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 |
Write a TestCases for Coffee Vending machine ?
what is agile model and spiral maodel?pls explain with an example?
what are the contents of SRS documents?
what is N+1 testing
What is the difference between high level design and low level design with example
What is negative testing.
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
Can you explain random/monkey testing?
You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?
What is the priority in fixing the bugs? Explain the severity u rate for the bugs found?
Tell me please whether Unit Testing comes under "Black box testing" OR "White Box testing" ?
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,