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
Practice ISTQB Agile Tester Questions and Answers – Given the following user stories: “As a bank teller, I can easily navigate through the system menu and links, and find the information I am looking for”
“For all users, the system must display all queries in less than 2 seconds, 90% of the time”
And the associated test cases:
TC1: Login as bank teller. Enter customer ID. Verify that the
customer transaction history is easy to find, and that navigating
through the menus is intuitive.
TC2: Login as bank teller: Enter customer Name. Verify that the
customer accounts are easy to find and that navigating through the menus
is intuitive.
TC3: Simulate expected traffic on system and validate the time for
customer transaction history to display is less than 2 seconds.
Which TWO test quadrants would the above test cases be part of?