QA Agile Testing Quiz: Trivia Questions

Reviewed by Godwin Iheuwa
Godwin Iheuwa, MS (Computer Science) |
Database Administrator
Review Board Member
Godwin Iheuwa, a Database Administrator at MTN Nigeria, holds an MS in Computer Science, specializing in Agile Methodologies and Database Administration from the University of Bedfordshire and a Bachelor's in Computer Science from the University of Port Harcourt. His proficiency in SQL Server Integration Services (SSIS) and SQL Server Management Studio contributes to his expertise in database management.
, MS (Computer Science)
By Firstclassagile
F
Firstclassagile
Community Contributor
Quizzes Created: 1 | Total Attempts: 9,932
| Attempts: 9,932 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. Development and testing is a collaborative team effort.

Explanation

Team member first, specialist second!

Submit
Please wait...
About This Quiz
QA Agile Testing Quiz: Trivia Questions - Quiz


QA agile testing quiz: trivia questions. There are different ways that one can use to check if a system development process is said to be flowing as it... see moreshould. Different testing levels can be used in Agile: unit, integration, system, and acceptance. Developers get step-by-step tests and feedback about the development process and how it is going. Take this quiz and see what you remember about this testing. see less

2. Test automation is impossible.

Explanation

Test automation in the early stages of an agile transition is usually very tough, but as the team evolves and settles, the right time to implement automation will arrive. At the start, almost all testing from a user and QA perspective will be manual, but the team should keep automation at the top of the priority list to address.

Submit
3. Which is NOT one of the three items a team member should bring to the daily scrum call?

Explanation

The purpose is not to report how you are spending your hours, but which tasks have been completed, which tasks are next and if there are any blockers.

Submit
4. The Definition of Done:

Explanation

Teams define their definition of done; it can vary from team to team and should change over time as the team learns and grows and processes improve.

Submit
5. Agile testing is:

Explanation

The entire team is responsible for the quality, including collaborating on test requirements and methods, creating and running tests, and meeting the team definition of done.

Submit
6. The ultimate goals of agile testing is to:

Explanation

The ultimate goal of agile testing is to improve the software. Agile testing focuses on continuously improving the quality of the software by identifying and addressing defects, enhancing the user experience, and delivering value to the customers. While finding bugs and executing tests are important aspects of agile testing, they are not the ultimate goals. Automating tests is also beneficial in agile testing but not the sole objective. The primary aim is to enhance the software by incorporating feedback, adapting to changes, and delivering a high-quality product.

Submit
7. A team committed to 3 stories in a 3-week sprint. The Product Owner accepted the 3 stories completed by the team; each story was estimated at 5 points. The team velocity is:

Explanation

Velocity = Total number of story points accepted at the end of a sprint.

Submit
8. The value of testing is only realized when defects are logged.

Explanation

The value of testing is in the early detection of defects and achieving "done". In agile, the number of defects logged during development is no longer a focus; the focus is now on delivering value and having customers accept stories for delivery each sprint.

Submit
9. Automation is optional and is only required when regression testing is needed.

Explanation

Automation is required to truly gain all the advantages Agile offers.

Submit
10. Which of the following is NOT one of the 4 Agile values?

Explanation

Planning and meeting are essential to agile projects, but the Agile Values are Individuals & Interactions over Processes & Tools Working Software over Comprehensive Documentation Customer Collaboration over Contract Negotiation Responding to Change over Following a Plan While there is value in the items on the right, we value the items on the left more.

Submit
11. Zero defect code is a goal of Agile testing.

Explanation

The goal of agile testing is to provide the highest value items to the customer that meet their expectations.

Submit
12. Teams that do not implement sprint retrospectives are still considered agile becuase they work in sprints.

Explanation

If your team is not performing sprint retrospectives and making improvements each sprint then you are not truly practicing the agile mindset; working in sprints does not make a team agile.

Submit
13. What is the difference between a release and a sprint?

Explanation

A release consists of many sprints, meaning that a release is a collection of multiple sprints that have been completed. A sprint, on the other hand, is a time-boxed period during which a specific set of work or tasks is completed. While a release represents a larger milestone or goal, consisting of several sprints, a sprint is a shorter, focused period of work within that release.

Submit
14. In a sprint, one story may be accepted, another in development and another in testing.

Explanation

Throughout a sprint stories are worked in parallel and so each can be in a different state.

Submit
15. Velocity:

Explanation

Velocity is used to understand the amount of work a team can complete within a sprint period and is a measure used for release planning. Sprints are based on task hours. Velocity rates are specific to a team and should not be used to compare team performance. Velocity is affected when a change in scope is made; before items are added to a sprint this point needs to be considered.

Submit
16. Testing is a phase in Agile projects.

Explanation

Unlike Waterfall projects where there is a specific phase for testing, Agile testing is continuous.

Submit
17. 100% requirements testing achieves good testing.

Explanation

In traditional waterfall projects, the team may have coded and successfully tested all the requirements, but they may have failed to deliver the right product. Agile helps teams adapt to changing requirements and to also focus on delivering the highest-valued requirements at the end of each sprint which is accepted by the customer.

Submit
18. A team has 30 stories targeted for a release. The total number of points for the release is 140. WIth an average velocity of 18, how sprints will be needed for the release?

Explanation

Total story points assigned to stories divided by velocity yields duration. 140/18 = 7.777 (8)

Submit
19. Which of the following practices emphasize building releasable products in short time frames?

Explanation

Incremental and iterative development practices are directly tied to sprints in which teams should produce potentially shippable products.

Submit
20. The testing team needs to be independent & independently empowered in order to be effective.

Explanation

Testers are an integral part of the team; focus is to deliver a quality, shippable product at the end of each sprint that achieves "done" without added technical debt. Testers are accountable to the team, product owner and business.

Submit
21. Without a separate test strategy and test plan, it's hard to manage testing.

Explanation

Specific test activities are defined at sprint planning; a separate test plan may not be required; a test strategy can define overall Agile testing practices and techniques that are followed across teams where each team adopts the practices that work best for them for a given project.

Submit
22. Agile is:

Explanation

While many think of Agile as a process, it is actually a mindset consisting of 4 Values and 12 Principles that guide teams regardless of the process (e.g. Scrum) they choose to use.

Submit
23. Test case definition is a collaborative effort among all QA specialists.

Explanation

It is a collaborative team effort, not just for QA specialists.

Submit
24. The most important defect metric we want to learn from is:

Explanation

Defects found during a sprint are important, but not a metric we want to focus on as teams should be resolving these within the sprint; defects found during the hardening sprint are important to measure the quality of testing in previous sprints, the ultimate measure, as always, will come from customers in production.

Submit
25. Select the items that describe the Scrum Master role:

Explanation

Not the project manager.

Submit
26. Testers help the team deliver quality software early by:

Explanation

Testers should work closely with the Product Owner (and/or Product Owner Proxy) to understand and help develop acceptance tests and discuss other testing possibilities.

Submit
27. Select the items that describe the role of core team members:

Explanation

Cross-functional, includes all skills needed to ensure “Done” Size is seven plus/minus two members Tasks Work, Estimates Work, Volunteers to perform work Has the right to do everything within the boundaries of the project guidelines to reach the iteration goal Organizes itself and its work Demos work results to the customer and stakeholders at the end of each sprint

Submit
28. Select the items that describe the Product Owner Proxy role:

Explanation

Meets monthly with PO; meets as often as needed with scrum team

Submit
29. Agile testing strategies might include:

Explanation

All of these items are usually outlined in an agile test strategy.

Submit
30. Select the items which describe the role of the Agile Manager:

Explanation

Set expectations that Team members own estimates and define & allocate their own tasks
Guide teams to solve problems
Solve problems teams can’t
Enforce the defined process
Protect the teams
Monitor progress
Help facilitate meetings and keep them time-boxed and focused
Help identify and remove organizational blockers
Utilize the Agile metrics to help teams improve adoption and processes
Share ideas for improving Agile practices
Ensure teams are enabled with Agile resources/tools consistent with ADP Agile practices
Ensure attendance of Agile Training for applicable team members
Perform 1:1's and support individual team member career and development goals

Submit
View My Results
Godwin Iheuwa |MS (Computer Science) |
Database Administrator
Godwin Iheuwa, a Database Administrator at MTN Nigeria, holds an MS in Computer Science, specializing in Agile Methodologies and Database Administration from the University of Bedfordshire and a Bachelor's in Computer Science from the University of Port Harcourt. His proficiency in SQL Server Integration Services (SSIS) and SQL Server Management Studio contributes to his expertise in database management.

Quiz Review Timeline (Updated): Mar 26, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 26, 2024
    Quiz Edited by
    ProProfs Editorial Team

    Expert Reviewed by
    Godwin Iheuwa
  • Nov 01, 2012
    Quiz Created by
    Firstclassagile
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Development and testing is a collaborative team effort.
Test automation is impossible.
Which is NOT one of the three items a team member should bring to...
The Definition of Done:
Agile testing is:
The ultimate goals of agile testing is to:
A team committed to 3 stories in a 3-week sprint. The Product Owner...
The value of testing is only realized when defects are logged.
Automation is optional and is only required when regression testing is...
Which of the following is NOT one of the 4 Agile values?
Zero defect code is a goal of Agile testing.
Teams that do not implement sprint retrospectives are still considered...
What is the difference between a release and a sprint?
In a sprint, one story may be accepted, another in development and...
Velocity:
Testing is a phase in Agile projects.
100% requirements testing achieves good testing.
A team has 30 stories targeted for a release. The total number of...
Which of the following practices emphasize building releasable...
The testing team needs to be independent & independently empowered...
Without a separate test strategy and test plan, it's hard to...
Agile is:
Test case definition is a collaborative effort among all QA...
The most important defect metric we want to learn from is:
Select the items that describe the Scrum Master role:
Testers help the team deliver quality software early by:
Select the items that describe the role of core team members:
Select the items that describe the Product Owner Proxy role:
Agile testing strategies might include:
Select the items which describe the role of the Agile Manager:
Alert!

Advertisement