Multiple choice technology

Software testing which is done without planning and Documentation is known as

  1. adHoc Testing

  2. Unit Testing

  3. Regression testing

  4. Functional testing.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Ad hoc Testing (option A) is informal testing done without planning, documentation, or formal test cases. It's exploratory and relies on the tester's intuition and experience. Unit testing is formal. Regression testing is planned. Functional testing follows requirements.