Book Image

Hands-On Test Management with Jira

By : Afsana Atar
Book Image

Hands-On Test Management with Jira

By: Afsana Atar

Overview of this book

Hands-On Test Management with Jira begins by introducing you to the basic concepts of Jira and takes you through real-world software testing processes followed by various organizations. As you progress through the chapters, the book explores and compares the three most popular Jira plugins—Zephyr, Test Management, and synapseRT. With this book, you’ll gain a practical understanding of test management processes using Jira. You’ll learn how to create and manage projects, create Jira tickets to manage customer requirements, and track Jira tickets. You’ll also understand how to develop test plans, test cases, and test suites, and create defects and requirement traceability matrices, as well as generating reports in Jira. Toward the end, you’ll understand how Jira can help the SQA teams to use the DevOps pipeline for automating execution and managing test cases. You’ll get to grips with configuring Jira with Jenkins to execute automated test cases in Selenium. By the end of this book, you’ll have gained a clear understanding of how to model and implement test management processes using Jira.
Table of Contents (19 chapters)
Title Page
Copyright and Credits
Dedication
About Packt
Contributors
Preface
Index

Reports


Reports are a formalized way of effectively and regularly communicating the status of the project's progress. They play a key role in the project management process. Details provided in the reports are helpful in identifying and mitigating the risks that might lead to the failure of the project.

Reports act as a project health-checker and help managers to track any deviation from the agreed scope, time, cost, budget, and stated resource requirements necessary to meet the quality. These reports also act as reference documents as a part of the knowledge base that can be maintained and shared within an organization.  

Types of reports

Reporting needs vary based on the targeted audience. Jira reports are helpful to determine the statistics of the project and can be customized based on the people, projects, versions, or issue types that we will be exploring here. In Chapter 10Test Execution Status Reporting, we'll explore the different types of reports supported by Jira plugins. For now...