ISTQB-Agile-Public 試験問題を無料オンラインアクセス
| 試験コード: | ISTQB-Agile-Public |
| 試験名称: | ISTQB Agile Public Sector Exam |
| 認定資格: | ISTQB |
| 無料問題数: | 42 |
| 更新日: | 2026-08-28 |
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 of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT?
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
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?
SELECT ONE OPTION