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 |
how will u Do Smoke testing and Sanity testing for these fields:We have 3 fields on page: Name,Address and Pincode ?
How to test Snapchat
what is hotfix?
wat is test management ?what are the components available in test management?
Who will perform Integration Testing?
What is Testsummary?
risk driven testing
Generally which software development model is used in project based companies?
What is Software Testing ?
how would u do performance Testing manually for web site.
what is Negative testing and what It?s Purpose?
Can you explain the different maturity levels in staged representation?