Multiple choice technology testing

Tester should perform testing

  1. in adhoc manner

  2. Based on the test cases

  3. with previous knowledge in testing without following the test steps of test case

  4. None of the above

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

Testing should be structured and based on predefined test cases to ensure coverage, repeatability, and traceability. Adhoc testing is unreliable and doesn't provide documented evidence. Even when using experience, you should follow documented test steps to maintain process discipline.

AI explanation

Formal software testing should follow documented test cases so that coverage is repeatable, traceable, and verifiable against requirements. Testing 'in an adhoc manner' or purely from memory/experience without following test steps sacrifices consistency and makes it hard to prove what was actually tested.