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

CTFL-AT Certified Tester Foundation Level Agile Tester Questions and Answers

Questions 4

Consider an Agile project aimed at developing a test management tool. This tool allows Test Managers to generate progress reports for test analysis, test design and test execution phases in traditional projects. Consider the following user story of this Agile project:

"As a Test Manager who is looking at a progress report, I want to be able to print this progress report, so that I can keep a hard copy for my daily records."

For this user story the following acceptance criterion is defined:

"Given that I am a Test Manager looking at a progress report,

When I click the 'Print' button,

Then the progress report should be printed"

Based only on the given information, which of the following would you expect most likely to be true?

Options:

A.

Both the user story and the acceptance criterion are expressed in adequate form, but the user story is not testable

B.

Both the user story and the acceptance criterion are expressed in adequate form, but the user story does not describe functionality that is valuable to the user

C.

During the conversation, the acceptance criterion should not be discussed since it is described using the Given-When-Then template

D.

During the conversation, the need to update the acceptance criterion by specifying that a date stamp be visible on the printout could emerge

Buy Now
Questions 5

Which of the following statements best describes test-driven development?

Options:

A.

A way of developing software where the test cases are developed, and often automated, before the software to run those test cases has been written

B.

A high-level description of the test levels to be performed and the testing within those levels for an organization or programme (one or more projects)

C.

An approach to software development based on iterative incremental development, where requirements and solutions evolve through collaboration between self-organizing cross-functional teams

D.

A way of testing software where test design and test execution occur at the same time, guided by a test charter during time-boxed testing sessions

Buy Now
Questions 6

Which of the following statements about the testing quadrants model is true?

Options:

A.

Each of the four testing quadrants (Q1, Q2, Q3, and Q4) represents a different test level (Q1 = Unit, Q2 = Integration, Q3 = System, and Q4 = Acceptance) and describes the different test types that shall be performed by Agile teams in that test level for an Agile project

B.

Each of the four testing quadrants (Q1, Q2, Q3, and Q4) contains different test types and test levels, and these quadrants are numbered to describe the order in which the associated test types and test levels shall be performed in an Agile project (Q1 first, Q4 last)

C.

Each of the four testing quadrants (Q1, Q2, Q3, and Q4) contains different test types and test levels, and these quadrants can be used by Agile teams and other stakeholders to ensure that all important test types and test levels are included in an Agile project

D.

Each of the four testing quadrants (Q1, Q2, Q3, and Q4) contains different test types and test levels, and these quadrants are numbered to describe the risk level associated with the test types (Q1 = least risky, Q4 = most risky)

Buy Now
Questions 7

A Scrum team is performing quality risk analysis during planning for the first iteration. User stories have associated risk items with levels determined by impact and likelihood. For multiple risk items, the user story’s risk is the average of individual risk levels.

Which of the following statements would you expect most likely to be true?

Options:

A.

While the identification of the risk items should be performed by the Product Owner, the assessment of the risk levels should be performed by the whole team

B.

Potential issues with poorly written user stories should not be raised during risk analysis because they could influence how the risk level is determined

C.

Regardless of the risk level, more thorough test techniques should be selected for US-004 since it isthe user story with most associated risk items

D.

An estimation session after the risk analysis should consider only the risk level for effort estimation

Buy Now
Questions 8

You have been asked to execute an exploratory testing session on Park & Ride system. The test charter has been titled as “Buy a bus ticket”. As a result, a number of defects were reported, the titles of which are listed below.

Which defect is out of scope for the given test charter?

Options:

A.

Price for a bus ticket was calculated incorrectly.

B.

Failed to buy a bus ticket after 18:00.

C.

Failed to buy a bus ticket when the network connection to the Central System is down.

D.

Payment for parking ticket is restricted to cash only (no credit card supported).

Buy Now
Questions 9

What is the definition of agile software development?

Options:

A.

Testing carried out informally where no formal test preparation or execution takes place, no recognized test design technique is used and there are no expectations for results.

B.

A group of software development methodologies based on iterative incremental development with self-organizing cross-functional teams who cooperate to define requirements and to implement the solution.

C.

A framework to describe the software development lifecycle activities from requirements specification to maintenance where test planning of the various test levels is done as soon as the test basis is ready

D.

A way of developing software where the test cases are developed, and often automated, before the software under test is developed.

Buy Now
Questions 10

Which of the following statements best describes how development and testing activities are integrated in Agile projects?

Options:

A.

Testers can start testing a user story only when it is "done", meaning when the coding of that user story is finished

B.

The performances of developers are measured on implemented story points while the performances of testers on executed test cases and defect counts

C.

Agile teams often adopt exploratory testing, where test design and test execution occur at the same time, usually guided by a test charter

D.

Both business stakeholders and testers can test user stories during their development within an iteration to provide fast feedback to the developers

Buy Now
Questions 11

Which of the following describes a direct benefit of early and frequent feedback associated with the adoption of continuous integration?

Options:

A.

Detecting and isolating code quality problems early

B.

Reducing the need of conducting retrospectives

C.

Making quality everyone’s responsibility

D.

Eliminating communication problems within the team

Buy Now
Questions 12

An Agile team uses a burndown chart and a task board to track progress within each iteration. In the burndown chart, the x-axis represents the days of iteration, while the y-axis represents the story points. The task board uses columns: "To Do", "Ongoing", "Done".

A user story for the current iteration has 20 story points and 4 tasks (T1, T2, T3, T4). At the end of Day 5, all are in "Ongoing". At the end of Day 6, T1 and T2 move to "Done", while T3 and T4 remain "Ongoing".

Which of the following statements would you expect most likely to be true at the end of Day 6?

Options:

A.

The burndown chart should be updated with a number of 10 burned story points

B.

The burndown chart must be changed to represent the unit of work in hours because story points cannot be used

C.

The burndown chart should not be updated because T3 and T4 are not "Done" yet

Buy Now
Questions 13

Which one of the following is a testable acceptance criterion?

Options:

A.

The solution shall support business processes.

B.

The system shall be easy to use.

C.

The response time to confirm a customer submission must not exceed 5 seconds.

D.

The tools for testing are tested before use and are meeting the requirements.

Buy Now
Questions 14

Which ONE of the following is an example of a typical “Business-oriented work product”?

Options:

A.

The released product.

B.

Acceptance testing entry criteria.

C.

A user manual.

D.

Usability testing test results.

Buy Now
Questions 15

Which of the following allows a developer to define accurate unit tests focused on business needs?

Options:

A.

Design-Driven Development

B.

Behavior-Driven Development

C.

Test-Driven Development

D.

Acceptance Test-Driven Development

Buy Now
Questions 16

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?

Options:

A.

Decision table testing. Test the following conditions:

Conditions=registered user logged in; inserted power of the vehicle=20kW;

Action=Car tax paid

B.

State transition testing. Test the transitions between the following states:

logging in, inserting the power of the vehicle, making payment, logging out.

C.

Equivalence partitioning. Test the annual car tax value for the following partitions:

[power of the vehicle<20 kW ; 20 kW ≤power of the vehicles≤150 kW; power of the vehicle>150 kW]

D.

Use case testing

Test the following use case (Actor=registered user):

Pre-condition=registered user logged in

Scenario=registered user inserts the power of the vehicle, making payment and logs out

Post-condition=car tax paid and registered user logged out

Buy Now
Questions 17

Which of the following statements about the benefits of the Agile processes promoting early and frequent feedback is NOT true?

Options:

A.

In Agile projects where feedback is provided early and frequently, defects and incorrect requirements are caught earlier and those problems can be fixed faster.

B.

Feedback from well-conducted Agile retrospectives can be used to positively affect the development process over the course of the next iteration.

C.

Early and frequent feedback enables the team to deliver the features that represent the highest business value to the customer first.

D.

Increasing the frequency of feedback and communication between all the stakeholders involved in Agile projects eliminates all communication problems.

Buy Now
Questions 18

In a sprint planning, the product owner presents a user story written on a card. The team starts having a discussion with the product owner to get an understanding on how the software should work.

The user story written on the card is:

"As a customer, I want to subscribe to the mailing list so that I can receive the latest deal in an email."

By applying the 3C concept, which ONE of the following statements is CORRECT?

Options:

A.

Conversation should include the acceptance criteria discussion.

B.

The card should contain requirements not the user story.

C.

Product owner has written a user story and confirmation is not needed.

D.

The conversation is not required and the team should start developing.

Buy Now
Questions 19

What is the main benefit of the Test Pyramid?

Options:

A.

It means testing is involved early in the development cycle.

B.

It helps in evaluating the amount of test cases needed.

C.

It shows complexity of testing activities.

D.

It acts as a metric for testing progress.

Buy Now
Questions 20

Which agile development approach incorporates the following practices:

* a project is divided into iterations called sprints

* each sprint results in a potentially releasable/shippable product?

Options:

A.

Kanban

B.

Extreme Programming

C.

Continuous Integration

D.

Scrum

Buy Now
Questions 21

Which two of the following statements are CORRECT with regards to test automation on agile projects?

1) Every test developed for past iterations is kept and executed as part of a regression suite for each new release of code.

2) It would be very difficult to ensure high quality in an agile project without test automation.

3) Automated acceptance tests are run regularly as part of the continuous integration full system build.

4) Automated regression suites are only run for the final release of code.

5) In agile projects, the results from automated acceptance tests provide feedback on the overall product quality.

Options:

A.

3, 4

B.

2, 5

C.

1, 3

D.

2, 3

Buy Now
Questions 22

Consider an Agile team using a development practice with these steps:

    Write a failing test for a small piece of code

    Make the test pass by implementing minimal code

    Refactor the code

    Repeat the process with additional small functionality

Which one of the following testing quadrants would the tests produced with this practice be part of?

Options:

A.

Q4 - Technology-facing tests that critique the product

B.

Q2 - Business-facing tests that support the team

C.

Q3 - Business-facing tests that critique the product

D.

Q1 - Technology-facing tests that support the team

Buy Now
Questions 23

Which of the following statements is FALSE regarding early and frequent feedback?

Options:

A.

Early feedback decreases the amount of time needed for system testing.

B.

Early feedback promotes early discovery and resolution of quality problems.

C.

Early feedback provides the Agile team with information on its productivity.

D.

Early feedback helps to deliver a product that better reflects what the customer wants.

Buy Now
Questions 24

Which of the following statements best describes test execution automation?

Options:

A.

The use of software to control the execution of tests and the comparison of actual results to expected results

B.

An approach to testing in which test activities are planned as uninterrupted sessions of test design and execution

C.

A way of developing software where automated test cases are developed before the software is developed to run those test cases

D.

The execution of the test process against a single and identifiable release of the test object

Buy Now
Exam Code: CTFL-AT
Exam Name: Certified Tester Foundation Level Agile Tester
Last Update: Jun 15, 2025
Questions: 80

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now CTFL-AT testing engine

PDF (Q&A)

$36.75  $104.99
buy now CTFL-AT pdf