CTFL-AT Exam Question 21
Consider an Agile team using a development practice with these steps:
* Write a failing test for a small piece of code
* Make the test pass by implementing minimal code
* Refactor the code
* Repeat the process with additional small functionality
Which one of the following testing quadrants would the tests produced with this practice be part of?
* Write a failing test for a small piece of code
* Make the test pass by implementing minimal code
* Refactor the code
* Repeat the process with additional small functionality
Which one of the following testing quadrants would the tests produced with this practice be part of?
CTFL-AT Exam Question 22
You are developing the code that controls an industrial Espresso machine which will be operated by waiting staff in restaurants.
The machine is rather complicated and has lots of switches and buttons, so in the next iteration instructions will be provided to the operator on a small LCD screen.
A User Story for the Operator-Instructions module is as follows:
"As an operator of the Espresso machine, I would like to know how to steam milk, so I can add steamed milk to the coffee." The following is a list of risks identified for this story, with assigned probability and impact.
The machine is rather complicated and has lots of switches and buttons, so in the next iteration instructions will be provided to the operator on a small LCD screen.
A User Story for the Operator-Instructions module is as follows:
"As an operator of the Espresso machine, I would like to know how to steam milk, so I can add steamed milk to the coffee." The following is a list of risks identified for this story, with assigned probability and impact.
CTFL-AT Exam Question 23
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?
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?
CTFL-AT Exam Question 24
Which of the following statements about Agile retrospectives is true?
CTFL-AT Exam Question 25
An Agile team is developing a Pay-TV web portal. In Iteration 3, only PayPal and credit card payments are supported. A new user story in Iteration 4 adds payment using credit from a smartcard.
Which of the following would you expect to describe valid and relevant acceptance tests for this user story?
Which of the following would you expect to describe valid and relevant acceptance tests for this user story?
