black box techniques

Answers were Sorted based on User's Feedback



black box techniques..

Answer / kavitha mattewada

The Black Box techniques are
1.Boundary Value Analysis(BVA)
2.Eqivalence class partitions(ECP)
3.Decision Table(DT) and
4.State Transition Diagram(STD)

Is This Answer Correct ?    6 Yes 2 No

black box techniques..

Answer / rahul

black box testing techniques based on external
specification without of how the system is constructed.

black box Testing Strategies/Techniques

1. black box testing should make use of randomly generated
inputs (only a test range should be specified by the
tester), to eliminate any guess work by the tester as to
the methods of the function
2. data outside of the specified input range should be
tested to check the robustness of the program
3. boundary cases should be tested (top and bottom of
specified range) to make sure the highest and lowest
allowable inputs produce proper output
4. the number zero should be tested when numerical data is
to be input
4.stress testing should be performed (try to overload the
program with inputs to see where it reaches its maximum
capacity), especially with real time systems
5. crash testing should be performed to see what it takes
to bring the system down
6. test monitoring tools should be used whenever possible
to track which tests have already been performed and the
outputs of these tests to avoid repetition and to aid in
the software maintenance
7. other functional testing techniques include: transaction
testing, syntax testing, domain testing, logic testing, and
state testing.
8.finite state machine models can be used as a guide to
design functional tests

Is This Answer Correct ?    4 Yes 1 No

black box techniques..

Answer / ch.s.m.prasad

B.V.A (Boundary Value Analysis)

E.C.P( Equallence Class Partition)

Error Guessing

Is This Answer Correct ?    3 Yes 1 No

black box techniques..

Answer / 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

More Manual Testing Interview Questions

What's Click-stream measurement tests

1 Answers   Crea,


Can any one explain about state based and graph based testing? and the difference between them? Very urgent.......... Please...... Thanks in Advance......... regards, Murthy.M

1 Answers   Oracle,


When a bug posted by QA is rejected by Dev and Dev says is not a bug. How to convince Dev that it is a valid bug?

11 Answers   GE,


what is compatibility testing

3 Answers  


write 3 main test cases for excel sheet?

4 Answers   Zycus Infotech,






what are the reason for assigning the status Postponed and differed to a bug? Pls tell me with exampless

2 Answers  


Diffrence in b/w Functional and System Testing and Test Cases.

3 Answers   Fiserv,


How can we test a web application meant for Dump and Deaf???

1 Answers   ACS,


could u pls tell me, all types of funtional and non funtional testing techniques?

4 Answers   MAHINDRA, TCS,


what types of testing have u done in ur project?and expalin it detail?

0 Answers   IBM,


what is sign off process in manual testing?

1 Answers   Cap Gemini, Virtusa,


What is acid testing? In which scenario we can use acid testing

0 Answers  


Categories