Multiple choice technology testing

Given the following types of tool, which tools would typically be used by developers and which by an independent test team: (i) static analysis (ii) performance testing (iii) test management (iv) dynamic analysis (v) test running (vi) test data preparation

  1. developers would typically use i, iv and vi; test team ii, iii and v

  2. developers would typically use i and iv; test team ii, iii, v and vi

  3. developers would typically use i, ii, iii and iv; test team v and vi

  4. developers would typically use ii, iv and vi; test team I, ii and v

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

Developers focus on code-level testing, making static analysis and dynamic analysis tools typical for their workflow. The test team focuses on system-level verification, meaning they rely on test management, performance testing, test running, and test data preparation tools to design, execute, and monitor comprehensive test suites.