Big Halloween Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

CTFL-AcT ISTQB Certified Tester - Acceptance Testing (CT-AcT) Questions and Answers

Questions 4

Suppose you are testing a new professional exam support system. As input the system takes two grades from two exams. For each exam the possible grade is 0 or 1 point. As output the system returns a single string – the decision about the entitlements: if the total score is 2, the candidate receives full entitlements. If the total score is 1, she receives partial entitlements. If the total score is 0, the candidate fails and receives no entitlements.

Which of the following is the correct Decision Model and Notation (DMN) model for this situation?

CTFL-AcT Question 4

CTFL-AcT Question 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 5

During usability testing, the ergonomic of the products shall be checked. Which one of the following usability testing techniques matches this test objective BEST?

Options:

A.

Checklist-based evaluation

B.

Biometrics - based evaluation

C.

Walkthrough

D.

Log file analysis

Buy Now
Questions 6

Which of the following sentences explains BEST how business process and business rule modeling can be used for ATDD?

Options:

A.

In an ATDD approach, business process/rule models must be created before the project starts.

B.

In an ATDD approach, business process models replace acceptance criteria.

C.

In an ATDD approach, testers use business process and business rule models to generate acceptance tests.

D.

In an ATDD approach, process models are created for initial test design but are not maintained afterwards.

Buy Now
Questions 7

Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?

Options:

A.

Review of the source code to ensure traceability of user stories to system components.

B.

Verification of the traceability between user stories and test cases to make sure it is up to date.

C.

Checklist-based verification of requirements to ensure their completeness and quality.

D.

Eye tracking to verify the feasibility of previously defined user acceptance tests.

Buy Now
Questions 8

Which of the following information is most likely part of an acceptance test summary report?

Options:

A.

Information to evaluate the level of risk for product release.

B.

Technical details on defect fixes.

C.

Test strategy and test design methods.

D.

Test procedure information.

Buy Now
Questions 9

As an acceptance tester you are analyzing the following user story for a computer web-based mass multiplayer role-playing game:

As an unregistered player

I want to be able to register myself by defining my e-mail, login and password in a registration form so that I become a registered player

Consider the following propositions of the acceptance criteria:

i.a registration form is displayed on the screen.

ii.the form is written in the Groovy language; the cursor is initially set on the ‘login’ field; after pushing the TAB button the cursor switches to ‘password’, ‘repeat password’, ‘mail’, and ‘repeat mail’ forms.

iii.I cannot register myself if the login I choose is used by another player.

iv.after successful registration process I am informed about it by an e-mail.

Which of the above statements would you consider as well-written acceptance criteria?

Options:

A.

only i) and iii)

B.

only ii)

C.

only ii) and iv)

D.

only i), iii) and iv)

Buy Now
Questions 10

Which of the following is the BEST example of a Gherkin-style test for a web-based banking application?

Options:

A.

GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y

WHEN I transfer $1000 from X to Y

THEN I should have balance $4000 on my personal account X AND I should have balance $1200 on my personal account Y

B.

GIVEN I have $5000 on my personal account X AND I have $200 on my personal account Y

WHEN I click ‘Make transfer’ button AND I enter ‘3000’ into ‘Amount’ field

AND I enter ‘X’ into ‘From which account’ field AND I enter ‘Y’ into ‘To which account’ field AND I click ‘Confirm transaction’ button

THEN I should have balance $2000 on my personal account X AND I should have balance $3200 on my personal account Y

C.

GIVEN I have $5000 on my personal account X and $600 on my personal account Y WHEN I transfer $500 from Y to X

THEN I should have balance $4500 on X and balance $1100 on Y

D.

GIVEN I have $5000 on my personal account X WHEN I have $600 on my personal account Y

THEN I have $5600 in total on my personal accounts X and Y

Buy Now
Questions 11

Your company wants to establish a new human resources management application. As tester, you propose to use an ATDD approach and to use business process models for test case design.

Which of the following statements is the LEAST meaningful argument for this approach?

Options:

A.

The process models will help testers to understand the use cases to be tested.

B.

Testers will be able to show test coverage directly within the graphical representation of business processes.

C.

Business process models will make it easier to detect defects in the application code.

D.

As business process models will be updated to maintain the tests, they will be a living documentation of the product.

Buy Now
Questions 12

On a project to develop an event booking platform, a review session is being conducted on acceptance test cases written in Ghenkin's language. Consider the following test case:

1. GIVEN I am logged in on the event booking platform

2. AND I have selected an event from the list displayed for the "live concert" category

3. WHEN I click "Buy Tickets" buttom

4. AND I enter "3" into "Ticket quantify" field

5. AND I agree on terms and conditions

6. THEN The system should display the checkout page

7. AND I should provide my personal data for payment and eticket delivery

Which of the following sentences MOST closely corresponds to a comment that could be made on this test case during the review?

Options:

A.

Line 3 refers to and element of the user interface which is to be avoided, line 4 the quantity should not be set and line 7 is an action and not a result

B.

This test case is perfectly written

C.

Line 3 refers to an element to the user interface, which is to be avoided and line 7 is and action and not a result

D.

The "When" part lacks an action to enter number of tickets request that is greater than the limit allowed per person

Buy Now
Questions 13

As a tester on an Agile project, you have to perform an exploratory test session for a new feature developed. Which of the following actions is the LEAST likely to be carried out for the purpose.

Options:

A.

Discovering and learning the use of the product

B.

Preparation of a test charter and review with the Product Owner

C.

Performing the tests and reporting the results

D.

Scripting of the automated test scripts

Buy Now
Questions 14

Which of the following reasons explains BEST why it makes sense to review test reports?

Options:

A.

If the test reports are unclear or incomplete, the decision to release the product can be base on non reliable information

B.

Test automation engineers may misunderstand the test case and implement test scripts that miss the target

C.

The test report quality significantly influences the impression third parties get from the organization / the product.

D.

Like all humans, the tester can make mistakes and overlook important acceptance criteria of a requirement / user story

Buy Now
Questions 15

Assume you are testing functionality of the interface of an elevator. One of the requirements is that the elevator can work only if the total weight of the passengers does not exceed 200 kg. The elevator can reach the following floors: Ground Floor, 1st floor and 2nd floor. You want to create an acceptance test using the Gherkin language. You can use the following phrases for this purpose:

i.the total weight of passengers is greater than 200 kg

ii.the elevator is on the Ground Floor

iii.a button ‘1st floor’ was pressed

iv.the elevator goes to the 1st floor

v.a passenger standing at the 2nd floor calls the elevator

vi.a message ‘too many passengers’ is displayed on the screen

Which of the following statements correctly matches constructs of Given/When/Then with a relevant phrase in order to create a correct test case for the given requirement?

Options:

A.

GIVEN ii)

WHEN i)

THEN vi)

B.

GIVEN ii)

WHEN iv)

THEN v)

C.

GIVEN iii)

WHEN ii)

THEN iv)

D.

GIVEN ii)

WHEN v) AND vi) THEN i)

Buy Now
Questions 16

Which of the following pillars of UX requirement analysis is described BEST?

Options:

A.

During user analysis, business analysts perform interviews to identify the psychological disposition of different users

B.

During task analysis, business analysts observe users that work with existing products to determine required ^ functionality

C.

During context analysis, security requirement are derived for the external interfaces of the product

D.

During competition analysis, products from competitors are exposed to different environmental conditions

Buy Now
Questions 17

As a tester you participate in the project of the decision support system for granting a loan. You are asked to review the acceptance criteria for the following requirement:

REQ 3.28. The automated system records critical credit application data (CCAD. needed to support application screening.

Assume that it is well known what kind of data CCAD are. Which of the following would be the BEST example of an acceptance criterion for this requirement?

Options:

A.

The CCAD are stored in the MySQL relational database after each successful data entry procedure.

B.

The CCAD is not recorded if it is incomplete and a message is displayed.

C.

The CCAD record process is quick and reversible.

D.

The process for collecting CCAD meets corporate usability guidelines.

Buy Now
Questions 18

Which one of the following statements regarding acceptance criteria is true?

Options:

A.

Acceptance criteria are specific to agile frameworks where they correspond to functional requirements.

B.

Testers should not be involved in writing acceptance criteria to make sure that the test is independent.

C.

In acceptance test-driven development (ATDD., acceptance criteria replace acceptance tests.

D.

Acceptance criteria specify what shall be tested to verify that a requirement or user story has been implemented correctly.

Buy Now
Questions 19

Which one of the following statements BEST explains how the quality of requirements / user stories and acceptance criteria affects acceptance testing?

Options:

A.

Testers may complete unclear requirements by assumptions, as login as they discuss those assumptions with at least one stakeholder

B.

Vague or ambiguous requirements may lead to misunderstandings both during implementation and testing

C.

INVEST is a technique that ensure the quality of user stories or requirements, thus replacing regular reviews

D.

In Agile development lifecycle models, requirement engineering becomes less important due to the product owner role.

Buy Now
Questions 20

As an acceptance tester you want to test the $100 withdrawal process described by the following BPMN model.

CTFL-AcT Question 20

You would like to achieve decision coverage. Consider the following test cases: Test 1: balance = $100, receipt = YES

Test 2: balance = $99

Test 3: balance = $120, receipt = NO Test 4: balance = $2500, receipt = YES

Which of the following is the minimal set of test cases allowing to achieve full decision coverage?

Options:

A.

Test 1, Test 2, Test 4

B.

Test 1, Test 2

C.

Test 2, Test 3

D.

Test 1, Test 2, Test 3

Buy Now
Questions 21

The standard ISO 25010 defines a quality in use model with characteristics and subcharacteristics. Which elements of the following list is a characteristic of quality in use according to this standard?

Options:

A.

Efficiency

B.

Usability

C.

Compatibility

D.

Portability

Buy Now
Questions 22

Which of the following provides the BEST description of Beta testing?

Options:

A.

The effectiveness of beta testing sessions depends on the quality of the test charter

B.

In Agile, beta testing must be performed at the same time as user stories are developed

C.

Beta testing aims to obtain feedback from users in their context of use

D.

Beta testing is generally performed jointly by testers, business analysts, product owners and developers

Buy Now
Questions 23

Which of the following statements regarding test execution and defect analysis is MOST correct?

Options:

A.

Business analysts and testers explore the business process model to execute the acceptance test

B.

Testers compare the actual execution outcome to acceptance criteria and report deviations, if observed

C.

The document defects are assigned to a developer so that he or she can fix it for the next version

D.

Business analysts repeat failed acceptance test to assess the impact if the observed behavior

Buy Now
Questions 24

Which one of the following scenarios describes BEST a non-functional quality attribute that is relevant for accept testing?

Options:

A.

Modularity and reusability are best judged by those who operate the system later

B.

Time behavior is most relevant, as it cannot be tested prior to the acceptance testing level

C.

During acceptance testing, the operability of the product is checked in a realistic environment

D.

Testing basic functionality in acceptance testing verifies the correct usage of the product

Buy Now
Exam Code: CTFL-AcT
Exam Name: ISTQB Certified Tester - Acceptance Testing (CT-AcT)
Last Update: Oct 30, 2025
Questions: 80

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99