Consider an online application that allows registered users to pay the annual car tax based on the vehicle’s engine power in kW. Given the following user story:
"As a customer I need the online application to calculate the annual car tax amount that I need to pay for my car:
* If the power of the vehicle is less than 20 kW, then the annual car tax is free
* If the power of the vehicle is more or equal than 20 kW but less or equal than 150 kW, then the annual car tax is 250 Euros
* If the power of the vehicle is more than 150 kW, then the annual car tax is 750 Euros"
What is the MOST suitable use of a black-box test design technique for this user story?
Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?
Which of the following is the BEST way for a test team to keep its independence when working in an Agile development environment?
Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
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.
During a retrospective, which of the following items would be the LEAST effective to generate discussions on process improvement?
Which of the following describes the main purpose of a task management tool in agile projects?
Which of the following is NOT a typical task performed by the tester within an Agile team?