InterviewSolution
Saved Bookmarks
| 1. |
Testing done without planning and Documentation is called(a) Unit testing(b) Regression testing(c) Adhoc testing(d) None of the mentionedThis question was addressed to me in homework.Asked question is from Software Testing Techniques in division Software Testing and Quality Management of Software Engineering |
|
Answer» RIGHT answer is (c) Adhoc TESTING To elaborate: Adhoc testing is used term for software testing PERFORMED without PLANNING and documentation. The tests are INTENDED to be run only once, unless a defect is discovered. |
|