Answer Posted / rudraneel
Black Box Design Techniques :
1. B.V.A(Boundary Value Analisys)
Input values of the boundaries of input domain are tested.
Example :
An inventory raises from 10,000 unit to 20,000 unit.
If A is valid boundary of 10,000 and B is valid boundary of
20,000 then invalid boundary of A is A-1 and same for B is
B-1.
Then Valid Boundary values are : 10,000(A) and 20,000(B)
and Invalid Bounadry values are 9,999(A-1) and 19,999(B-1).
Advantages :
i)Small set of inputs
ii)Very clear guideline for choosing inputs
Disadvantages :
i)Doesn't combine all possible set of inputs.
2. E.C.P(Equivalence Class Partitioning)
Same types of inputs will be placed in same class;
Example:
For above example
Valid Class for A & B
Invalid Class for A-1 & B-1
Advantages :
i)Minimizes set of inputs
Disadvantages :
i) No guide line for choosing inputs
ii)Doesn't combine all possible inputs
Error Guessing
An informal technique where experienced tester apply his or
her logic to find out defects after when a lot of formal
techniques have applied already.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
1.what kind of testing have you done ?
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
Explain severity with example and expalin each example?
Explain about PET Model?
If asked to create a Configuration Design Pattern, where would you start?
Define performance and stress testing?
how to access a build & wat is its configuration
What types of testing is specifically important for web testing?
What is baseline testing?
Explain compatibility testing with an example.
how to explain banking domain project in testing?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
What type bugs you will find in integration testing with example?
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
Information about Automated Software Installer