Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answers were Sorted based on User's Feedback
Answer / viji
Boundary value analysis:
The values for the test cases are selected from the
boundaries and are given as input to the system.
selecting boundary values:
If we have a class with values from min to max
Test for input data at min-1, min, min+1, max-1, max and at
max+1.
example for bva: Y2K compliance tool kit:
The tool sets the system date to 31st Dec and to 1st Jan
and see for the proper roll over of the system.
Equivalence partition:
Splitting the inputs and outputs of the software under test
into a number of partitions.
Error guessing:
There is no formal procedure based on experience they will
test.
for example:
Incorrect assumption
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / abbas
bva - ex:- input box should accept no.s 1 to 5
test scenario desc expected outcome
b.v=0 don't accept
b.v=1 accept
b.v=2 accept
b.v=3 accept
b.v=4 accept
b.v=5 accept
b.v=6 don't accept
in equivalence partition first u divide a set of test condn into a partition
ex:-input data from 1 to 10
test scenario desc value
enter 0 to 5 chars don't accept -------------------partition 1
enter 6 to 10 chars accept--------------------------partition 2
enter 11 t0 16 chars don't accept-------------------partition 3
| Is This Answer Correct ? | 0 Yes | 0 No |
Boundary value analysis:
take the input value from the edges of the classes and
write the test case.
Eg:
1..........n;
input value is -1 0 1 and (n-1), n, (n+1)
Equivalent Partioning
Divide the input value into different class and pick the
value from the each class and write the test case:
Eg:
Age=n
input value is +n and -n
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / anil
boundary value analysis,Equivalence partitioning these are
the two techiniques to minimize the no of test cases.
| Is This Answer Correct ? | 1 Yes | 3 No |
Hi I am B.tech graduate.Right now i am working sutherland as a technical support exce.I have completed CSTP certification in STC .I got a opportunity from STC third eye.. They asked me to pay 50,000 and they will give training and also they will give job with 5000 salary.. I dont know which option is best for me, since i am fresher for this software industry.. I have a dilemma,since its little bit risky option... shall I choose this optionplz give me some suggestion...
what is mean by defect resolution and its use??
How to explain the Insurance project in the interview?
what is meant by defect tracking system?
Hi, i want any refernce in the YODLEE. i heard that there is opening for the manual testing. Please reply soon at nidhi.pal24@hotmail.com
how u do database testing
how to prepare Test Environment for an application ?
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
tell me about severity and priority with example
3 Answers Sierra Atlantica, Verizon,
what is cause effect graph?
What is the diffrence between web testing & web based testing?
what is called testware?