What are the various black box and white box testing techniques?
Answers were Sorted based on User's Feedback
BlackBox Testing Techniques are as follows:
1)BoundaryValueAnalysis
2)Equivalence class Partition
3)Error Guesing
4)State Transition Testing
5)Decision table testing
6)Cause Effect Graph.
7)UseCase Testing
whiteBoxTesting Techniques are as follows:
1)Statement coverge testing
2)Loop Testing
3)Branch Coverage Testing
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / bhargu
what ever sneha has told thats absolutely correct
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sudhakar8
Black Box and White Box are testing types and not testing
techniques.
Testing techniques are as follows:-
The most popular Black box testing techniques are:-
Equivalence Partitioning.
Boundary Value Analysis.
Cause-Effect Graphing.
Error-Guessing.
The White-Box testing techniques are: -
Statement coverage
Decision coverage
Condition coverage
Decision-condition coverage
Multiple condition coverage
Basis Path Testing
Loop testing
Data flow testing
Statement Coverage
Execute all statements at least once.
Decision Coverage
Execute each decision direction at least once.
Condition Coverage
Execute each decision with all possible outcomes at least
once.
Decision/Condition Coverage
Execute all possible combinations of condition outcomes in
each decision. Treat all iterations as two-way conditions
exercising the loop zero times and one time.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / ch.s.m.prasad,kkd
black box testing techniques:
1. boundary value analysis
2. equalence class partition
3. Error Guessing
White box testing techniques:
1. basic path coverage
2. programer techniq coverage
3. loops or structural coverage
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / gb
Black box & white box itself are two testing techniques...
It's just a googly Question ...
if any one knows sub techniques under white & black
box .....please correct here
| Is This Answer Correct ? | 4 Yes | 11 No |
Wht is the Throughput in performance testing during web based testing, Generally how do we test this..do we use any tool etc....Anybody can explain it in detail...
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
Explain Iterative model, Incremental model, Spiral model, Evolutionary model and V-Model?
define incident and test ware.
contents of test report
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
tell me about ur self and ur testing experience? i don't how to start , what to explain in an interview? plz answer the question in detail.
2 Answers Accenture, Value Labs,
What is Functional Testing?
What are the different types of testing
what is the differance between debugging and testing?
What's the difference between System testing and Performance testing?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.