Which agile development approach incorporates the following practices:
- a project is divided into iterations called sprints
- each sprint results in a potentially releasable/shippable product?
SELECT ONE OPTION
User Story: As a user I want to be able to calculate tax percentage based on amount of income.
What is the best black box test design technique for verifying the accuracy of this user story?
SELECT ONE OPTION
Which statement about an Agile task board is CORRECT?
SELECT ONE OPTION
Which of the following is a benefit of a whole-team approach?
SELECT ONE OPTION
In a sprint planning, the product owner presents a user story written on a card. The team starts having a discussion with the product owner to get an understanding on how the software should work.
The user story written on the card is:
"As a customer, I want to subscribe to the mailing list so that I can receive the latest deal in an email."
By applying the 3C concept, which ONE of the following statements is CORRECT?
SELECT ONE OPTION
Which two of the following statements are CORRECT with regards to test automation on agile projects?
i) Every test developed for past iterations is kept and executed as part of a regression suite for each new release of code.
ii) It would be very difficult to ensure high quality in an agile project without test automation.
iii) Automated acceptance tests are run regularly as part of the continuous integration full system build.
iv) Automated regression suites are only run for the final release of code.
v) In agile projects, the results from automated acceptance tests provide feedback on the overall product quality.
SELECT ONE OPTION
What is the definition of agile software development?
SELECT ONE OPTION
Which of the following statements about a test charter are CORRECT?
i) It is used mainly in exploratory tests.
ii) It is used to monitor a test process.
iii) It may make reference to user stories.
iv) It contains notes taken during a test session.
v) It is used to outline the company test policy.
SELECT ONE OPTION
Which tasks are typically performed by a tester on an Agile project?
i) Implementing test strategy.
ii) Documenting business requirements.
iii) Measuring and reporting test coverage.
iv) Coaching development team in relevant aspects of testing.
v) Executing test-driven development tests.
SELECT ONE OPTION
Which ONE of the following is a testable acceptance criterion?
SELECT ONE OPTION