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 to write test case for triangle and sqaure?
Is testing is different in linux platform.please reply me how testing will be implemented on linux platform?
what is the difference between functionality testing and regression testing
7. What types of Web accessibility information do you look for on the Internet?
As a tester I found a show stopper(critical defect) this evening whereas the project is going to be delivered to the client tomorrow morning so there is no time left.I reported the same to my test manager but he is not ready to convinced with me moreover he wants to close the matter as it is....in this senario wat will u do???
5 negative test case for lift....
5 Answers Deloitte, RBS, Wipro,
After insert the record in forntend, How will u check the backend by manually? Please explain..
what and all i should be prepared for attending the software testing interview,because iam confused with how to get prepared,please some one tell me the main topics to get prepared for it.
How can a tester ensure that his\her test cases covers all the functionalities of a particular application?
1.what is test scenario? if possible give me some documents? 2.what's the difference between test scenario and frs?
What is Exit Criteria and what should be covered in it?
2 Answers Power Designs, Zensar,
At what stage of the life cycle does testing begin?