Multiple choice technology storage

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. a) developers would typically use i, iv and vi; test team ii, iii and v

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

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

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

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

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

Developers typically use static analysis (i) and dynamic analysis (iv) tools during coding and debugging. Independent test teams manage performance testing (ii), test management (iii), test running (v), and test data preparation (vi) as part of formal QA processes. Option B correctly separates these responsibilities.