Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

Which of the following relations between business rule modeling and ATDD is correct?

Options:

A.

In ATDD business rule models are defined prior to business process models

B.

By writing business rules models, stakeholders commit to the ATDD approach

C.

Business rules are described using the Gherkin language also used in ATDD

D.

Application workflow models facilitate the generation of ATDD acceptance test cases

Buy Now
Questions 5

As an acceptance tester you want to test the $100 withdrawal process described by the following Business Process Model and Notation (BPMN) model.

CTFL-AcT Question 5

You would like to achieve the following coverage criterion “execute all possible process tasks”. Consider the following test cases:

Test 1: balance = $100, receipt = YES

Test 2: balance = $120, receipt = NO

Test 3: balance = $85

Test 4: balance = $20, receipt = YES

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

Options:

A.

Test 1, Test 3

B.

Test 1, Test 2, Test 3

C.

Test 2, Test 4

D.

Test 1, Test 2, Test 4

Buy Now
Questions 6

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 7

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 8

Which one of the following statements describes an exploratory test charter BEST?

Options:

A.

Indicating that the tester should take the role of a novice user can be part of an exploratory test charter.

B.

The test charter is elaborated during the testing session according to test execution results.

C.

Each exploratory test charter is based on a previously defined list of activities that would be interesting to test.

D.

Acceptance testers use the exploratory test charter during the testing session to define the test oracle.

Buy Now
Questions 9

Why can it be a good practice to draw business process models that only partially cover the behavior of related software systems?

Options:

A.

The model should focus on what is to be tested

B.

The model will contain too many model elements

C.

It is impossible to describe the complete workflow

D.

They should be exactly one model per requirement

Buy Now
Questions 10

You recently became an acceptance tester in a cross-discipline project, because your predecesor left the company over nogth. The 15 project team members are located in different time zones. Everybody seems to work hard on their tasks, but nobody can give you with an overview on the project.

What one of the following actions is BEST to encourage the team members to work closer together?

Options:

A.

You organize a workshop with all team members to establish common understanding and to lay the foundation for fruitful trusting collaboration

B.

You write a long e-mail summarizing your understanding of the project goals, its current difficulties and indicate the steps required to solve the problem.

C.

You establish a test management tool to make sure everybody has Access to the requirements and their related test cases.

D.

Knowing about the importance of the personal interactions, you travel from site to site to meet with every project team member and collect their vision

Buy Now
Questions 11

Which of the following statements describes an advantage of bi-directional traceability between requirements / user stories and test cases?

Options:

A.

Testers can easily identify the source code module that most probably causes the defects observed during test execution

B.

Project managers and/or product owner can analyze the coverage of test cases for a given requirement / user story

C.

Test case reviewers can verify whether the test case covers all acceptance criteria of the linked requirement / user story

D.

Business analysts can verify the completeness of the user stories / requirements with respect to business needs

Buy Now
Questions 12

Which one of the following statements describes the collaboration between business analysts and testers BEST?

Options:

A.

Business analysts collaborate on test planning and risk analysis to ensure that further on, appropriate test cases are developed and prioritized.

B.

Business analysts usually cannot review acceptance tests, because they do not understand the technical details.

C.

Testers participate in identifying business needs of stakeholders to better understand the business needs and related requirements.

D.

Once the requirements and acceptance criteria have been defined, business analysts are no longer involved in testing activities.

Buy Now
Questions 13

As a tester you are part of a development team for health monitoring system to record and synchronize various health parameters, calculate health score and provide practical advice on how to maintain and improve health. You are asked to review the acceptance criteria for the following user story:

US23; As a user of the system. I can monitor my blood pressure and obtain alerts in case of excessive pressure, in order to prevent the risk associated with hypertension.

Which of the following is NOT a good example of an acceptance criterion for this requirement?

Options:

A.

The monitoring system displays the heart rate together with the blood pressure

B.

People with hypertension are advised to get their blood pressure checked at least thrice a week

C.

The alert thresholds depend on the following user ' s personal settings: age, weight and gender

D.

The system should be developed using Java script framework to allow fast response times

Buy Now
Questions 14

Given the following attributes:

i. commercializability

ii. functional suitability

iii. viability

iv. reliability

v. security

vi. cognitive ability

vii. maintainability

Which one of the following answers contains quality attributes that are MOST relevant for acceptance testing?

Options:

A.

ii, v and vi

B.

ii, v and vii

C.

i, ii and vi

D.

iii, iv and v

Buy Now
Questions 15

Which of the following report formats fits the intended audience BEST?

Options:

A.

Defect reports for the project ' s steering group

B.

Progress trend charts for the project manager

C.

Test results pie charts for the development team

D.

Top 3 testing project risks for system users

Buy Now
Questions 16

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 17

Which one of the following scenarios is MOST likely to be encountered in the context of performance testing?

Options:

A.

Usage profiles are used to cover the different configurations the system may be exposed to during operation

B.

The system is stressed by simulating various users that perform memory- intensive tasks

C.

Different workflows and use cases are performed to ensure correct performance for all user scenarios.

D.

Parameter fuzzing is performed to check the systems robustness against user voluntary or involuntary user misbehavior

Buy Now
Questions 18

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 19

Which one of the following combinations between high-level security requirements and security testing techniques matches BEST?

Options:

A.

Static vulnerability analysis to test authentication and authorization mechanisms

B.

Penetration testing to test the validation and sanitization of input data

C.

Fuzzing to test the performance of cryptographic algorithms

D.

Threat modeling to test the organizational security policy

Buy Now
Questions 20

In Agile an exploratory test session is conducted. Which one of the following concepts applies BEST?

Options:

A.

pair programming

B.

refactoring

C.

planning poker

D.

timeboxing Answer:

Buy Now
Questions 21

Which one of the following statements describes the relation between business goals, business needs and requirements BEST?

Options:

A.

Business goals and business needs are synonyms.

B.

Business goals, business needs and requirements describe at different levels of abstraction, what shall be achieved.

C.

Business needs address the business solution whereas business requirements define the business problem or opportunity.

D.

To derive the business needs, the business analyst first has to understand the business goals and requirements.

Buy Now
Questions 22

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 23

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 24

As an acceptance tester, you are stuck between two stakeholders that demand contradicting acceptance criteria

Which one of the following actions is MOST promising to resolve the conflict?

Options:

A.

You organize a meeting of the two stakeholders so that they can solve the conflict personally

B.

Together with the business analyst, you determine which stakeholders is more important to decide between them

C.

After having collected the pros and cons of each solutions, you base your decision on those objective criteria

D.

Instead of discussing conflicting technical solutions, you try to understand the underlying business needs

Buy Now
Exam Code: CTFL-AcT
Exam Name: ISTQB Certified Tester - Acceptance Testing (CT-AcT)
Last Update: May 6, 2026
Questions: 80

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now CTFL-AcT testing engine

PDF (Q&A)

$43.57  $124.49
buy now CTFL-AcT pdf