|
INTERVIEW QUESTIONS
TESTING
TESTING MODELS
DETAILS
Question: Explain Testing Methods?
Answer: 1. White Box Also called ‘Structural Testing / Glass Box Testing’ is used for testing the code keeping the system specs in mind. Inner working is considered and thus Developers Test.. * Mutation Testing Number of mutants of the same program created with minor changes and none of their result should coincide with that of the result of the original program given same test case.
* Basic Path Testing Testing is done based on Flow graph notation, uses Cyclometric complexity & Graph matrices.
* Control Structure Testing The Flow of control execution path is considered for testing. It does also checks :- Conditional Testing : Branch Testing, Domain Testing. Data Flow Testing. Loop testing :Simple, Nested, Conditional, Unstructured Loops.
2. Gray Box
3. Black Box Also called ‘Functional Testing’ as it concentrates on testing of the functionality rather than the internal details of code. Test cases are designed based on the task descriptions * Comparison Testing Test cases results are compared with the results of the test Oracle.
* Graph Based Testing Cause and effect graphs are generated and cyclometric complexity considered in using the test cases.
* Boundary Value Testing Boundary values of the Equivalence classes are considered and tested as they generally fail in Equivalence class testing.
* Equivalence class Testing Test inputs are classified into Equivalence classes such that one input check validates all the input values in that class.
Gray Box Testing : Similar to Black box but the test cases, risk assessments, and test methods involved in gray box testing are developed based on the knowledge of the internal data and flow structures
|
|
|
Category |
Testing Models Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6585 users |
Added on |
8/2/2015 |
Views |
69989 |
Rate it! |
|
|
Question:
Explain Testing Methods?
Answer:
1. White Box Also called ‘Structural Testing / Glass Box Testing’ is used for testing the code keeping the system specs in mind. Inner working is considered and thus Developers Test.. * Mutation Testing Number of mutants of the same program created with minor changes and none of their result should coincide with that of the result of the original program given same test case.
* Basic Path Testing Testing is done based on Flow graph notation, uses Cyclometric complexity & Graph matrices.
* Control Structure Testing The Flow of control execution path is considered for testing. It does also checks :- Conditional Testing : Branch Testing, Domain Testing. Data Flow Testing. Loop testing :Simple, Nested, Conditional, Unstructured Loops.
2. Gray Box
3. Black Box Also called ‘Functional Testing’ as it concentrates on testing of the functionality rather than the internal details of code. Test cases are designed based on the task descriptions * Comparison Testing Test cases results are compared with the results of the test Oracle.
* Graph Based Testing Cause and effect graphs are generated and cyclometric complexity considered in using the test cases.
* Boundary Value Testing Boundary values of the Equivalence classes are considered and tested as they generally fail in Equivalence class testing.
* Equivalence class Testing Test inputs are classified into Equivalence classes such that one input check validates all the input values in that class.
Gray Box Testing : Similar to Black box but the test cases, risk assessments, and test methods involved in gray box testing are developed based on the knowledge of the internal data and flow structures Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Testing Models Interview Questions & Answers - Exam Mode /
Learning Mode
|