When coding is directed by the test cases, what development approach is being used?
選択肢
A.TDD✓
B.BDD
C.ATDD
D.TBD
正解
A: TDD
解説
A is correct. This is an example of test-driven development.
選択肢
正解
A: TDD
解説
A is correct. This is an example of test-driven development.
When the tester verifies the test basis while designing tests early in the lifecycle, which test objective is being achieved?
#2In some Agile teams, people are encouraged to use their skills to help the team, regardless of their role. This could mean that testers help the developers write code and developers help testers test. What is this approach called?
#3Which of the following is a correct statement?
#4Why is it important to avoid the principle of tests wearing out?
#5When following a standard test process, when should the test control activity take place?