ExamGecko
Home / ISTQB / STQB-Agile-Public / List of questions
Ask Question

ISTQB STQB-Agile-Public Practice Test - Questions Answers

Add to Whishlist

List of questions

Question 1

Report Export Collapse

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

SELECT ONE OPTION

Early feedback provides the Agile team with information on its productivity.
Early feedback provides the Agile team with information on its productivity.
Early feedback promotes early discovery and resolution of quality problems.
Early feedback promotes early discovery and resolution of quality problems.
Early feedback decreases the amount of time needed for system testing.
Early feedback decreases the amount of time needed for system testing.
Early feedback helps to deliver a product that better reflects what the customer wants.
Early feedback helps to deliver a product that better reflects what the customer wants.
Suggested answer: C
Explanation:

Early and frequent feedback is fundamental in Agile methodologies to ensure the product meets customer needs and to identify and resolve issues promptly. However, the statement that early feedback decreases the time needed for system testing (Option C) is misleading. While early feedback helps in identifying and resolving issues at an early stage, it does not necessarily reduce the overall time required for system testing. System testing is a comprehensive phase that assesses the system's compliance with the specified requirements. Agile practices, such as continuous integration and testing, aim to maintain a high quality throughout the development process, but they do not eliminate the need for thorough system testing to validate the product before release.

asked 18/09/2024
Johannes Bickel
62 questions

Question 2

Report Export Collapse

Which of the following activities are done in release planning?

i. Identifying testable user stories with acceptance criteria.

ii. Elaborating the user stories into tasks.

iii. Prioritizing the user stories.

iv. Creating acceptance tests for the user stories.

v. Analyzing risks for each of the user stories.

vi. Performing high level estimation for the release.

SELECT ONE OPTION

Activities i. iii and vi
Activities i. iii and vi
Activities ii, iii and v
Activities ii, iii and v
Activities ii and iv
Activities ii and iv
Activities i, iv and vi
Activities i, iv and vi
Suggested answer: A
Explanation:

In release planning for Agile project management, activities such as identifying testable user stories with acceptance criteria (i), prioritizing the user stories (iii), and performing high-level estimation for the release (vi) are essential. These activities ensure that the team has a clear understanding of what needs to be delivered, the order of importance of the deliverables, and an estimate of the effort required to achieve the release goals.

asked 18/09/2024
Ronald Buffing
45 questions

Question 3

Report Export Collapse

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?

SELECT ONE OPTION

Failed to buy a bus ticket when the network connection to the Central System is down.
Failed to buy a bus ticket when the network connection to the Central System is down.
Price for a bus ticket was calculated incorrectly.
Price for a bus ticket was calculated incorrectly.
Failed to buy a bus ticket after 18:00.
Failed to buy a bus ticket after 18:00.
Payment for parking ticket is restricted to cash only (no credit card supported).
Payment for parking ticket is restricted to cash only (no credit card supported).
Suggested answer: D
Explanation:

The defect titled 'Payment for parking ticket is restricted to cash only (no credit card supported)' is out of scope for the given test charter titled 'Buy a bus ticket' because it pertains to a different functionality not covered by the charter. The charter focuses on the process of purchasing a bus ticket, which involves functionality such as selecting a ticket type, choosing a journey, and completing the transaction. A defect related to payment methods for a parking ticket does not relate to these functions and is therefore considered out of scope for the testing session focused on buying a bus ticket.

asked 18/09/2024
Dang Xuan Bao
46 questions

Question 4

Report Export Collapse

Which tasks are typically performed by a tester on an Agile project?

i) Implementing test strategy.

ii) Documenting business requirements.

iii) Measuring and reporting test coverage.

iv) Coaching development team in relevant aspects of testing.

v) Executing test-driven development tests.

SELECT ONE OPTION

i, iii, iv
i, iii, iv
ii, iv, v
ii, iv, v
ii, v
ii, v
i, iii
i, iii
Suggested answer: A
Explanation:

In an agile project, testers often perform tasks beyond traditional testing roles, including implementing test strategy (i), measuring and reporting test coverage (iii), and coaching the development team on relevant aspects of testing (iv). Implementing test strategy involves planning how testing will be conducted within the agile framework, ensuring that testing aligns with agile principles and practices. Measuring and reporting test coverage help the team understand the extent to which the codebase is tested, which is crucial for maintaining quality in fast-paced agile environments. Coaching the development team involves sharing knowledge on testing best practices and fostering a quality-centric mindset across the team. These activities contribute to the collaborative and iterative nature of agile projects, where continuous feedback and improvement are emphasized.


asked 18/09/2024
soliman sallam
44 questions

Question 5

Report Export Collapse

Which of the following statements about a test charter are CORRECT?

i) It is used mainly in exploratory tests.

ii) It is used to monitor a test process.

iii) It may make reference to user stories.

iv) It contains notes taken during a test session.

v) It is used to outline the company test policy.

SELECT ONE OPTION

i, iii, iv
i, iii, iv
ii, iv, v
ii, iv, v
ii, iii, iv
ii, iii, iv
ii. v
ii. v
Suggested answer: A
Explanation:

A test charter is primarily used in exploratory testing (i) to guide the test session with a clear mission or objective, which might be related to specific functionalities, user stories, or areas of the application, making reference to user stories (iii) plausible. It also contains notes taken during the test session (iv), which are crucial for documenting observations, anomalies, and insights gained during exploratory testing. This approach aligns with Agile's emphasis on individuals and interactions and responding to change, as exploratory testing is inherently adaptive and relies on the tester's skill, creativity, and intuition. It contrasts with more traditional, documentation-heavy approaches, emphasizing the value of working software and collaboration.

asked 18/09/2024
Dominique Reemer
43 questions

Question 6

Report Export Collapse

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?

SELECT ONE OPTION

Kanban
Kanban
Continuous Integration
Continuous Integration
Scrum
Scrum
Extreme Programming
Extreme Programming
Suggested answer: C
Explanation:

Scrum is the agile development approach that incorporates the practice of dividing a project into iterations called sprints, with each sprint resulting in a potentially releasable/shippable product. Scrum's iterative and incremental approach allows teams to deliver working software frequently, with a focus on delivering tangible value to the customer at the end of each sprint.

asked 18/09/2024
Fednol Presume
39 questions

Question 7

Report Export Collapse

You are a tester in an agile team. The user story you are due to test is still under development so your tests are blocked. The main issue holding progress on this user story is that the developer's unit tests are constantly failing.

As an agile tester, which of the following actions should you take?

SELECT ONE OPTION

Create a bug report for each of your blocked tests.
Create a bug report for each of your blocked tests.
Review the design of the problematic user story and improve it where possible.
Review the design of the problematic user story and improve it where possible.
Work together with the developer, suggesting reasons why the tests are failing.
Work together with the developer, suggesting reasons why the tests are failing.
Use the time to improve and automate existing test cases of other user stories.
Use the time to improve and automate existing test cases of other user stories.
Suggested answer: C
Explanation:

In Agile teams, collaboration and direct communication are key. When faced with blocked tests due to ongoing development or failing unit tests, an agile tester should collaborate with the developer to identify and resolve the issues. This approach encourages teamwork, knowledge sharing, and problem-solving, leading to more efficient and effective resolution of blocking issues.

asked 18/09/2024
Hemanth Gangabattula
39 questions

Question 8

Report Export Collapse

Which of the following is a risk that continuous integration introduces?

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 9

Report Export Collapse

Which of the following describes the main purpose of a task management tool in agile projects?

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 10

Report Export Collapse

You are developing the code that controls an industrial Espresso machine which will be operated by waiting staff in restaurants.

The machine is rather complicated and has lots of switches and buttons, so in the next iteration instructions will be provided to the operator on a small LCD screen.

A User Story for the Operator-Instructions module is as follows:

'As an operator of the Espresso machine, I would like to know how to steam milk, so I can add steamed milk to the coffee.'

The following is a list of risks identified for this story, with assigned probability and impact.

Which of these is most correct in the context of the given User Story?

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member
Total 40 questions
Go to page: of 4
Search

Related questions