3 Months Free Update
3 Months Free Update
3 Months Free Update
Which of the following statements is FALSE regarding early and frequent feedback?
SELECT ONE OPTION
Which of the following is the BEST way for a test team to keep its independence when working in an Agile development environment?
SELECT ONE OPTION
Which of the following is NOT a typical task performed by the tester within an Agile team?
SELECT ONE OPTION
Which of the following is NOT a statement of value from the Agile Manifesto?
SELECT ONE OPTION
Which of the following statements would you expect to be the MOST direct advantage of the whole-team approach?
SELECT ONE OPTION
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 theannual 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?
SELECT ONE OPTION