Multiple choice technology testing

Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

  1. Negative Testing

  2. Path Testing

  3. Monkey Testing

  4. Performance Testing

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

Monkey Testing is ad-hoc, random testing without formal test plans - testers 'monkey around' with the system running random tests to check for crashes. Negative Testing uses invalid inputs, Path Testing covers all execution paths, and Performance Testing measures system responsiveness. Monkey testing is informal and exploratory by nature.