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 |
Why you developed the software to test the software?
Interviewer asked me to write down the critical bugs in my career.i am working for the past 18 months in the banking domain. my answer didn't satisfied the interviewer,can any one help me to find out the critical bugs that may occur while working in banking domain?
9 Answers Accenture, Cerner, CybAge, RadixWeb,
what is independent question and what is retriewing and what is problem of severity.
Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
10 Answers Infeneon Technologies,
Neelima, Can you please brief what are the 15 testing issues. I'm aware of 5 Software developement life cycle.
Who will be assigning severity and priority for a bug?
In which stage more defects found means anlaysis,design,coding,testing and maintance?
wat is ur involvement in user acceptance testing
what is difference between win 98 and win 2000 poertating system?which is better one?
Your manager has taken you onboard as a test lead for testing a web-based application. He wants to know what risks you would include in the Test plan. Explain each risk factor that would be a part of your test plan
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,
When do u perform REGRESSION testing and how to perform it ?