Consider the following activities:
(i) Strict enforcement of system

Loading

Practice ISTQB Agile Tester Questions and Answers – Consider the following activities:
(i) Strict enforcement of system test level entry and exit criteria.

(ii) Collaboration between tester, developer, and business stakeholders to define acceptance criteria.

(iii) Functional verification testing of user stories developed in the previous iteration.

Which of the following combination of these activities should occur in an agile project?

Which TWO of the following are reasons why automation is essential wit

Loading

Practice ISTQB Agile Tester Questions and Answers – Which TWO of the following are reasons why automation is essential within agile projects?
(i) So that teams maintain or increase their velocity

(ii) To prevent the test team from becoming bored with manual, repetitive tasks

(iii) To retest all test cases from previous iterations

(iv) To eliminate regression in the product due to high code churn

(v) To ensure that code changes do not break the software build

In agile projects there is more need for

testers to unde

Loading

Practice ISTQB Agile Tester Questions and Answers – In agile projects there is more need for

testers to understand and develop test automation scripts than in

traditional projects. Of the following, which are the TWO reasons why

this is a necessary skill on agile projects?
(i). Requirements change

daily and have to be regression tested. This rapid change requires

automated tests because manual testing is too slow.

(ii). The tests should generate feedback on product quality as early

as possible. So all acceptance tests should be executed in each

iteration, ideally as modifications are made. In practice that can only

be realized by automated tests.

(iii). Test-First and Continuous Integration Practice require that

the regression test suite is executed whenever changed code is

checked-in. In practice that can only be realized by automated tests.

(iv). Iterations or sprints are of fixed length. The team has to

guarantee that all tests can be completely executed at the last day of

each iteration/sprint. In practice, that can only be realized by

automated tests.

(v). Agile projects rely on unit testing rather than on systems

testing. Since unit tests cannot be executed manually, all tests have to

be automated tests.

Which tasks are typically expected of a tester on an agile project?

Loading

Practice ISTQB Agile Tester Questions and Answers – Which tasks are typically expected of a tester on an agile project?
(i) decide on user acceptance

(ii) design, create and execute appropriate tests

(iii) schedule defect reports for analysis

(iv) automate and maintain tests

(v) improve program logic by pair programming