1.what are the different types of testing techniques ?
Answer Posted / brindha
White box testing (a.k.a. clear box testing, glass box testing, transparent box testing, or structural testing) is a method of testing software that tests internal structures or workings of an application as opposed to its functionality (black box testing).
White box testing techniques are:
1. Statement coverage
2. Decision coverage
3. Condition coverage
4. Path coverage (done using cyclomatic complexity)
Black-box testing is a method of testing software that tests the functionality of an application as opposed to its internal structures or workings.
Black Box testing techniques are:
1. Boundary Value Analysis.
2. Equivalence Partitioning
3. Decision Table.
4. Cause Effecting Analysis
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is agile testing and why is it important?
1.what promted you to become involved in QA/Testing?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
what is the relation between all tabs in quality center & explain the testing process in quality center with tabs?
What is mutation testing & when can it be done?
What is quality center?
Difference between Stakeholder and Relevant Stakeholder?
what are the typical problems in web testing?
What is the responsibility of programmer’s vs QA?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
what are the testing appraoch that you have tested for Bread toaster
What is the difference between GUI Testing,UI testing and Usability TEsting
Write a set of test cases to test youtube?