What r blackbox & whitebox testing techniques?
Answers were Sorted based on User's Feedback
Black box testing techniques are 1.Boundary value
analysis2.Equivalence class partitioning 3.Error guessing
4.Cause effect graphiung.
White box testing techniques are 1.Basis path testing which
uses logarithmic flow of programs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / meena
Black Box Testing Techniques are:Equcalence class
partition,Boundary value Analysis,Error Guessing.
White Box Testing Techniques are:Statements
Coverage,Condition coverage,Mutation Testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raj
Black Box Testing Techniques :
1)BVA
2)ECP
3)Error Guessing
White Box Testing Techniques:
1)Path Coverage
2)Code Coverage
3)Code Coverage
4)Mutation Coverage
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between individual test team testing and self testing by developer? give pros n cons.
what is difference between regression & retesting?
in our company we are not having any conformation management tools so, how will we follow or manage the change request from the client?
Explain Functionality Testing Techniques
How to do credit card (banking application) security testing?
What is PBX Testing & What is Test coverage?
Explain some techniques for developing software components with respect to testability.
Who can perform the unit testing?
how do you tell requirement is testable?
what is BVA,EP?if any body knows this, post the answer for me.
Can someone explain integration testing with examples?
Which test cases are first written white boxes or black box?