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
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
How can we test for drastic (severe) memory leakages?
In how many ways you perform batchtesting ?
how to clarify functional requirements and non functional requirements in a srs?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
What is the difference between a bug, a defect and an error?
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
Explain accessibility testing and its importance in the present scenario.
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
How would you test a service oriented architecture (soa) web application?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
can anybody tell me what is release process of company? release note?
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
Explain branch coverage and decision coverage.
Difference between smoke and sanity testing