In Agile projects, there is a greater need for testers to understand and be competent in white box testing. Which out of the following TWO reasons best indicate why this is a more important skill on Agile projects than on traditional projects?
<p>
i. Agile team is cross-functional so all members can help in each other’s task. This also enables them to help developers.
ii. In Test Driven Development testers have to write the unit test first so the developers can write the code.
iii. Agile testing relies more on white box testing than black box testing.
iv.Testers can improve the program logic by pair programming.
v. In Agile projects, testers often work closely with developers for automation of unit tests and review of the code.