Quality CTFL-AcT PDF Dumps - CTFL-AcT Exam Questions [Q20-Q38]

Share

Quality CTFL-AcT PDF Dumps - CTFL-AcT Exam Questions

Most UptoDate ISQI CTFL-AcT Exam Dumps PDF 2025


ISQI CTFL-AcT (ISTQB Foundation Level - Acceptance Testing) Certification Exam is a globally recognized certification that is designed for individuals who are interested in building a career in software testing. ISTQB Foundation Level - Acceptance Testing certification exam is designed to validate the candidate's knowledge and understanding of acceptance testing, which is an essential component of software testing. CTFL-AcT exam covers various topics such as test planning, test case design, and test execution, among others.


ISQI CTFL-AcT certification exam is an excellent opportunity for software testers to demonstrate their knowledge and competency in acceptance testing. ISTQB Foundation Level - Acceptance Testing certification is globally recognized and highly valued by employers in the software testing industry. With proper preparation and training, candidates can pass the exam and enhance their career prospects in the software testing field.

 

NEW QUESTION # 20
Which one of the following statements describes correctly how acceptance testing may be augmented with other test techniques or approaches?

  • A. In a priority-based testing approach, prioritization of acceptance tests depends on identified product risks.
  • B. In a black-box testing approach, acceptance test scenarios follow the implemented sequence of function calls in the code.
  • C. In a model-based testing approach, acceptance tests are generated from graphical or textual models.
  • D. In a risk-based testing approach, acceptance criteria are derived from the tester's experience and intuition.

Answer: C

Explanation:
Model-Based Testing (MBT) is a test design technique in which test cases are derived from a model that describes some aspects of the system's behavior. In the context of acceptance testing, MBT can be used to generate high-level acceptance test cases automatically from business process models, use case diagrams, state models, or decision tables.
Option A is correct because MBT supports the systematic generation of acceptance test cases from these models, enabling better coverage of business rules and workflows while maintaining traceability to the requirements.
Other options:
B is close but slightly off: prioritization of acceptance tests in a priority-based approach depends on business value or stakeholder-defined priorities, not strictly on product risks.
C is incorrect. Risk-based testing relies on structured risk assessment, not just intuition or experience.
D is false. Black-box testing focuses on inputs and outputs without referencing the internal structure (such as function calls), which is characteristic of white-box testing.
Exact Reference - ISTQB CTFL Acceptance Testing Syllabus (Section 2.3):
"Model-based testing can be used to generate acceptance test cases systematically based on models representing business processes or system behavior."


NEW QUESTION # 21
Which one of the following statements describes the collaboration between business analysts and testers BEST?

  • A. Business analysts usually cannot review acceptance tests, because they do not understand the technical details.
  • B. Business analysts collaborate on test planning and risk analysis to ensure that further on, appropriate test cases are developed and prioritized.
  • 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.

Answer: B


NEW QUESTION # 22
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?

  • A. Compatibility
  • B. Efficiency
  • C. Usability
  • D. Portability

Answer: B

Explanation:
ISO/IEC 25010 defines two key quality models:
Product Quality Model (e.g., Usability, Security, Portability)
Quality in Use Model - which includes characteristics of the user's experience when interacting with the product in a real-world context.
The four main characteristics of the Quality in Use model are:
Effectiveness
Efficiency
Satisfaction
Freedom from risk
Option A - Efficiency is one of the key Quality in Use characteristics, as it refers to the resources used to achieve goals with accuracy and completeness.
Other options:
B (Usability), C (Compatibility), and D (Portability) are characteristics of the Product Quality Model, not of Quality in Use.
Therefore, the correct answer, as per ISO 25010:2011, is:


NEW QUESTION # 23
Which of the following statements regarding defects is MOST correct?

  • A. Testers should provide accurate information regarding the difference between the expected test result and the actual result.
  • B. The tester should analyze the potential impact of a defect on system usage, before communicating it to the business analyst.
  • C. Regular meetings between business analysts and testers are necessary to report discrepancies between actual and expected outcome.
  • D. If the defect turns out to be a bug, the tester writes a defect report and sends it to the business analyst for further investigation.

Answer: A


NEW QUESTION # 24
In a project to develop an online booking system, the team decided to strengthen collaborative work between the business analyst and the testers working on the project. Several concrete joint activities have been identified.

  • A. Development of acceptance criteria for user stories
  • B. Definition of Beta Testing sessions
  • C. Business needs assessment
  • D. Review of risk to prioritize acceptance test

Answer: A

Explanation:
Collaboration between business analysts and testers is critical in Agile and acceptance testing environments.
One of the most effective areas of cooperation is the joint development and review of acceptance criteria for user stories. This ensures that criteria are testable, clearly defined, and aligned with stakeholder expectations.
Option B is correct because creating acceptance criteria is where both business analysts (who understand the business needs) and testers (who ensure testability and clarity) contribute effectively.
Other options:
A (Business needs assessment) is typically a responsibility of business analysts, not a joint activity with testers.
C (Review of risk to prioritize acceptance tests) is a valuable activity but comes after criteria are defined.
While it can be collaborative, it's more specific to test planning.
D (Definition of Beta Testing sessions) is less relevant to ongoing collaborative work between testers and BAs - this involves users and release planning.
B). Development of acceptance criteria for user stories


NEW QUESTION # 25
Which tool fits the mentioned acceptance test activities BEST?

  • A. Model-based testing tools for managing incidents.
  • B. Business process management tools for modeling business processes and rules.
  • C. Requirements management tools for managing acceptance test execution campaigns.
  • D. Test management and automation tools for business process model-based acceptance test generation.

Answer: B


NEW QUESTION # 26
Which of the following information is most likely part of an acceptance test summary report?

  • A. Test procedure information.
  • B. Technical details on defect fixes.
  • C. Information to evaluate the level of risk for product release.
  • D. Test strategy and test design methods.

Answer: C


NEW QUESTION # 27
A green courier working for an urban delivery service company uses three types of vehicles: normal bicycles, electric cargo bikes and electric vans. The following DMN table provides the rules used to select the type of zero emission vehicle to be used according to the weight (in kg) and the largest dimension (in cm) of the parcel, and the delivery distance (in km) Which one of the following statements is consistent with this DMN table?

  • A. Electric vans are systematically used when the parcel size is larger than 150cm
  • B. When the weight of the parcel exceeds 50kg then the electric cargo bike is necessarily used
  • C. Electric cargo bikes are never used for short distances
  • D. Normal bicycles are mainly used for short trips regardless of the weight of the parcel

Answer: B

Explanation:
Let's analyze the DMN table shown in the image:
Rule 1: If weight #15, size #50, and distance #10 # use Normal bicycle
Rule 2: If weight is between 15 and 60 kg, size #150, and distance #25 # use Electric cargo bike Rule 3: Otherwise # use Electric van Now consider the options:
A: Incorrect - parcel size is not the only determining factor for using electric vans; it's about weight, size, and distance combined.
B: Incorrect - normal bicycles are used only when weight #15 kg, size #50 cm, and distance #10 km - so not just "short trips." C: Incorrect - electric cargo bikes are explicitly used for short trips (#25 km), per Rule 2.
D: Correct - based on the rules, any weight above 15 kg (and up to 60 kg) results in the use of electric cargo bikes. So if weight >50 kg (but #60), cargo bike is still used under the conditions of Rule 2.
Therefore, the most consistent interpretation of the decision model is:
D). When the weight of the parcel exceeds 50kg then the electric cargo bike is necessarily used


NEW QUESTION # 28
Which of the following statements regarding test execution and defect analysis is MOST correct?

  • A. Business analysts repeat failed acceptance test to assess the impact if the observed behavior
  • B. The document defects are assigned to a developer so that he or she can fix it for the next version
  • C. Business analysts and testers explore the business process model to execute the acceptance test
  • D. Testers compare the actual execution outcome to acceptance criteria and report deviations, if observed

Answer: D

Explanation:
In acceptance testing, testers execute test cases that are directly derived from user stories or requirements via their acceptance criteria. During execution, testers compare the actual outcome of the system with the expected result described in the acceptance criteria. If there's a mismatch (a deviation), it is documented as a defect or discrepancy.
This process is essential for validating that the system meets business needs. The tester's role includes reporting clear, objective findings-not fixing the defect or deciding its severity (which might involve developers or business analysts).
Option A is incorrect: Business analysts may support testing, but execution is primarily a tester's responsibility.
Option C is not fully correct: While developers may fix defects, assignment and triage follow a formal workflow and do not happen automatically.
Option D is incorrect: Business analysts don't repeat test executions; this is the tester's responsibility.


NEW QUESTION # 29
Which one of the following statements about the relation between business goals, business needs and requirements is true?

  • A. Business requirements are generally developed by refining product requirements.vhbj
  • B. Business goals can be extracted from product requirements
  • C. Once the business requirements are elicited, business analysts start to formalize business goals for the project.
  • D. Business goals, business needs and requirements describe, at different levels of abstraction, what shall be archived

Answer: D

Explanation:
The relationship between business goals, business needs, and requirements is hierarchical and reflects increasing levels of specificity:
Business Goals: High-level strategic objectives.
Business Needs: Problems or opportunities that must be addressed to achieve those goals.
Requirements: Specific capabilities or conditions the system must satisfy to meet the needs.
Option B is correct because it accurately describes how these elements relate at different abstraction levels in the requirements hierarchy. This relationship is fundamental to business analysis and accepted by standards like BABOK and ISTQB.
Other options:
A is reversed - business goals usually precede and drive the elicitation of requirements.
C and D misrepresent the sequence - product requirements are derived from business goals and needs, not the other way around.
B). Business goals, business needs and requirements describe, at different levels of abstraction, what shall be achieved


NEW QUESTION # 30
Which tool is BEST for describing business processes and rules?

  • A. Test management tool
  • B. Project management tool
  • C. Process modelling tool
  • D. Defect tracking tool

Answer: C

Explanation:
To describe business processes and business rules in a structured, visual, and analyzable way, a process modeling tool is the most appropriate. These tools often support standards like BPMN (Business Process Model and Notation) for process workflows and DMN (Decision Model and Notation) for business rules.
Option D is correct because process modeling tools enable business analysts and stakeholders to capture, analyze, and communicate business operations and decision logic, which are foundational for acceptance test case generation in ATDD.
Other options:
A (Project management tools) manage schedules, resources, and scope, not business rules.
B (Test management tools) handle test cases and execution, not business modeling.
C (Defect tracking tools) track bugs but are not used for describing processes or rules.
D). Process modelling tool


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

  • A. 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
  • 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 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
  • 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

Answer: C

Explanation:
The best Gherkin-style acceptance tests are business-oriented, behavior-driven, and avoid unnecessary technical or UI details. They describe actions in a way stakeholders can understand, focusing on system behavior rather than implementation mechanics.
Option A follows Gherkin conventions:
GIVEN clearly describes the system state (account balances).
WHEN describes a user action (transferring funds).
THEN describes a verifiable outcome (account balances updated correctly).
Option B includes unnecessary UI actions like clicking buttons or field names, which are implementation- specific and violate the abstraction level expected of acceptance tests.
Option C uses appropriate structure but introduces incorrect balances in the THEN step (possibly a typo;
$4500 on X is wrong if funds were transferred from Y to X).
Option D uses improper syntax - WHEN is misused as another GIVEN, and THEN describes a computation rather than a system behavior.
Exact Reference - ISTQB CTFL Acceptance Testing Syllabus (Section 2.2.2):
"Acceptance criteria in BDD are best captured through Gherkin scenarios that are understandable by business stakeholders and focus on expected outcomes, not implementation details."


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

  • A. Business goals and business needs are synonyms.
  • B. Business needs address the business solution whereas business requirements define the business problem or opportunity.
  • C. To derive the business needs, the business analyst first has to understand the business goals and requirements.
  • D. Business goals, business needs and requirements describe at different levels of abstraction, what shall be achieved.

Answer: D

Explanation:
According to ISTQB and the Business Analysis Body of Knowledge (BABOK) standards, the terms business goals, business needs, and requirements are related but represent different levels of abstraction in defining what an organization aims to achieve.
* Business Goals represent the high-level strategic objectives an organization wants to accomplish.
These are broad statements of intent and typically reflect long-term ambitions.
* Business Needs specify what the business must address to meet its goals; these are more focused descriptions of the problems or opportunities that justify the business change. They provide a rationale for why a project or initiative is undertaken.
* Requirements are detailed specifications that describe the features, functions, or qualities the solution must have to fulfill the business needs.
The relationship is hierarchical and increasingly specific: business goals set the overarching purpose, business needs interpret these goals into actionable problem statements or opportunities, and requirements specify the solution details.
ISTQB glossary and syllabus excerpts confirm this layered approach, clarifying that these terms are not synonymous but instead describe the same concept at varying levels of detail and abstraction. Therefore, option B best captures this nuanced relationship.
Exact Extract from ISTQB Foundation Level Syllabus (Business Analysis Section):
"Business goals, business needs, and requirements describe, at different levels of abstraction, what shall be achieved by the business change. Business goals are high-level statements; business needs are statements of problems or opportunities to be addressed, and requirements define the detailed attributes of the solution to meet those needs."


NEW QUESTION # 33
Which one of the following statements describes an exploratory test charter BEST?

  • A. Indicating that the tester should take the role of a novice user can be part of an exploratory test charter.
  • B. Acceptance testers use the exploratory test charter during the testing session to define the test oracle.
  • C. The test charter is elaborated during the testing session according to test execution results.
  • D. Each exploratory test charter is based on a previously defined list of activities that would be interesting to test.

Answer: A


NEW QUESTION # 34
You are leading a brand new project team whose members are coming from all over the organization and have no former experience in working together. You need to build a common vision and team spirit. What workshop would fit BEST:

  • A. You invite the team members and ask them to design their own (team-wise) emblem representing their values, beliefs, goals, tasks together than a common motto.
  • B. You draw a staircase with 11 steps, each of them representing a major milestone of the project. The bottom of the stairs corresponds to the first day of the project and the upper step means that the project is released. You locate the present situation in the top of the stairs. The team is asked to identify and discuss the major steps downwards.
  • C. You invite every member in turn to describe his/her past experience and his/her major achievements in the organization or in their former job.
  • D. You ask every member in turn to write down three things he/she likes and dislikes in the organization and to post them on a wall. A volunteer is then chosen to read randomly some posts that are then discussed with the group.

Answer: A


NEW QUESTION # 35
Which of the following pillars of UX requirement analysis is described BEST?

  • A. During task analysis, business analysts observe users that work with existing products to determine required ^ functionality
  • B. During user analysis, business analysts perform interviews to identify the psychological disposition of different users
  • 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

Answer: A

Explanation:
User Experience (UX) requirement analysis is a critical component of acceptance testing and product development. According to ISTQB Acceptance Testing syllabus and industry-aligned UX design methodologies (e.g., ISO 9241-210 and BABOK guidelines), UX requirement analysis is typically structured around the following pillars:
User Analysis - Understanding who the users are (roles, goals, experience levels) Task Analysis - Understanding what users do (tasks, workflows, pain points) Context Analysis - Understanding where and how users interact with the product (environmental and contextual factors) Competitor Analysis - Understanding how similar problems are solved in the market Option B best describes Task Analysis, one of the most practical and impactful pillars. In task analysis, business analysts and UX researchers observe how users interact with current or comparable systems to understand workflow patterns, user frustrations, needs, and required system functionality. This method helps uncover implicit needs that users may not articulate in interviews.
This approach is aligned with ISTQB's emphasis on understanding real-world usage and business processes as a foundation for deriving acceptance criteria and tests. It supports the creation of realistic scenarios that reflect actual user behavior, which is essential for verifying system fitness for use.
The other options are inaccurate:
A refers to psychological disposition, which is more aligned with user profiling or persona development, not a core focus of user analysis in requirement engineering.
C incorrectly ties context analysis with deriving security requirements, which is not its purpose.
D describes an unrealistic or incorrect method for competitor analysis.
Therefore, Option B is the best description of a key pillar of UX requirement analysis per industry and ISTQB standards.


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

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?

  • A. Test 1, Test 2, Test 3
  • B. Test 2, Test 3
  • C. Test 1, Test 2
  • D. Test 1, Test 2, Test 4

Answer: A


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

  • A. Business goals and business needs are synonyms.
  • B. Business needs address the business solution whereas business requirements define the business problem or opportunity.
  • C. To derive the business needs, the business analyst first has to understand the business goals and requirements.
  • D. Business goals, business needs and requirements describe at different levels of abstraction, what shall be achieved.

Answer: D


NEW QUESTION # 38
......


ISQI CTFL-AcT certification exam covers a broad range of topics related to acceptance testing, including the principles and concepts of acceptance testing, the role of acceptance testing in software development, the various types of acceptance testing, and the different techniques and tools used in acceptance testing. CTFL-AcT exam also covers the importance of collaboration and communication in acceptance testing, as well as the key skills and attributes required for successful acceptance testing.

 

100% Free ISTQB Foundation Level CTFL-AcT Dumps PDF Demo Cert Guide Cover: https://torrentpdf.practicedump.com/CTFL-AcT-exam-questions.html