You are working in a team preparing a bank loan application. Your task is the preparation of acceptance tests for the following user story:
"IF a customer needs a loan for less than 50,000 Euros and they have made repayments regularly (without any delay) and the customers monthly income is more than 3000 Euros for the last year, THEN the bank will accept the loan request; in other cases the bank will not accept the request. A customer assistant is responsible for preparing data for approval but the approval is done by the bank manager."
Which of the following test cases can be treated as acceptance test criteria for the above user story?
i) As a customer assistant I can log in to the system and check the history of the customer account for the last year.
ii) As a customer assistant I can log in to the system and check the history of the customer debts and repayments.
iii) As a customer assistant I can log in to the system and change my password.
iv) As a bank manager I can log in to the system and receive the information of all requests waiting for approval.
v) As a bank manager I can log in to the system and decide whether to approve a loan for a customer.
vl) As a bank manager I can log in to the system within 10 seconds.
SELECT ONE OPTION
Iteration planning for Sprint 5 of your current project is complete. The plan for the sprint is to increase performance of the system, which of the following acceptance criteria would you expect for Sprint 5?
i) User access for all roles has been validated.
ii) A static analysis tool has been executed for all code.
iii) 100% of the existing regression test suite has passed.
Iv) System is responding In less than 3 seconds, 90% of the time.
v) A new version of Internet Explorer has been included.
SELECT ONE OPTION
You have been asked to explain to your client how to define acceptance criteria that are fully testable. Which of the following is the BEST EXAMPLE for testable acceptance criteria?
SELECT ONE OPTION
Which of the following is NOT a statement of value from the Agile Manifesto?
SELECT ONE OPTION
Why is regression of software a high risk in agile projects?
SELECT ONE OPTION
Which ONE of the following is a testable acceptance criterion?
SELECT ONE OPTION
Which of the following sentences related to Risk-based testing 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
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