Multiple choice technology testing

A piece of software has been given….what tests in the Following will you perform? 1) Test the areas most critical to business processes 2) Test the areas where faults will be maximum 3) Test the easiest functionalities

  1. 1&2 are true and 3 is false.

  2. 1,2&3 are true.

  3. 1 is true, 2&3 are false.

  4. 1&2 are false, 3 is true.

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

With limited time, prioritize testing business-critical areas (1) and fault-prone areas (2). Testing easiest functionalities first (3) is poor risk management - it wastes resources on low-risk areas while critical features may remain untested. Risk-based testing prioritizes by business impact and technical risk.

AI explanation

Risk-based test prioritization focuses effort where it matters most: areas most critical to the business (since failures there cause the greatest impact) and areas most prone to defects (since testing there catches the most bugs per effort spent). Testing only the easiest functionality doesn't align with either risk or fault-density criteria, so it's not a sound prioritization strategy on its own.