CTAL-ATT 試験問題を無料オンラインアクセス

試験コード:CTAL-ATT
試験名称:ISTQB Advanced Level Agile Technical Tester
認定資格:ISQI
無料問題数:100
更新日:2026-06-01
評価
100%

問題 1

You are an experienced tester on an Agile team that is producing a new application. The product backlog has been refined sufficiently to begin development for the first release. This stories in this backlog contain a mixture of functional and non-functional requirements, as well as some technical stories that will provide elements of the application's infrastructure The developers have decided to use TDD as a deveiopment approach but automation of the acceptance tests is not yet planned.
You have been asked to recommend whether or not the team should take an atdd approach as well as TDD.
what would be the BEST recommendation in these circumstances?
SELECT ONE OPTION

問題 2

Consider the following section of pseudocode:
function getPassword() {
var x;
var y;
var z;
var passwordGood = false
// Get password from user, user is allowed 3 tries
do until x = 3
call getPassword (password)
if password is good
x = 3
passwordGood = true
else
X = X + 1
display "Password is not valid, try again''
endif
If passwordGood <> true
display "You exceeded the number of tries to enter a password. Your account is now locked. Call customer service." endif endloop
}
For this section of code, which of the following issues should be identified during a code review?
* Variables have not been properly defined with meaningful names
* There are unused variables defined
* Divisors are not tested for zero
* Loop counters are not properly initialized
* There are endless loops
* There are statements within the loop that should be outside the loop

問題 3

Which option below BEST explains the value of a test charter in exploratory testing"5 SELECT ONE OPTION

問題 4

You have to review the following user story that will be developed and tested during the next Sprint:
As a potential conference attendee, I want to be able to register for the conference online, so that registration is simple and paperless.
The following acceptance criteria are also mentioned:
i) Payment can be made via PayPal, Debit or Credit Cards
ii) An acknowledgement email is sent to the attendee after submitting the form iii) Protection against spam is working as expected iv) Information from the form is stored in the registrations database v) All incorrect user inputs are flagged by the system Which of the following correctly shows which acceptance criteria are testable?

問題 5

The following User story is being developed using the 8DD approach:
As a Purchasing Manager
i want to see a list of all Purchase Orders placed so far this month with their total value
So that I can control the amount of money being spent
Which scenario is BOTH written in correct
Gherkin format AND is appropriate for this User Story9 SEI ECT ONE OPTION

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。