• Complain

Afsana Atar - Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira

Here you can read online Afsana Atar - Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2019
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Learn best practices for testing with Jira and model industry workflows that can be used during the software development lifecycle

Key Features
  • Integrate Jira with test management tools such as Zephyr, Test Management, and SynapseRT
  • Understand test case management, traceability, and test execution with reports
  • Implement continuous integration using Jira, Jenkins, and automated testing tools
Book Description

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 pluginsZephyr, Test Management, and synapseRT.

With this book, youll gain a practical understanding of test management processes using Jira. Youll learn how to create and manage projects, create Jira tickets to manage customer requirements, and track Jira tickets. Youll 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, youll understand how Jira can help the SQA teams to use the DevOps pipeline for automating execution and managing test cases. Youll get to grips with configuring Jira with Jenkins to execute automated test cases in Selenium.

By the end of this book, youll have gained a clear understanding of how to model and implement test management processes using Jira.

What you will learn
  • Understand QMS to effectively implement quality systems in your organization
  • Explore a business-driven structured approach to Test Management using TMap NEXT
  • Implement different aspects of test planning, test strategy, and test execution
  • Organize and manage Agile projects in Scrum and Kanban
  • Uncover Jira plugins available in the Atlassian Marketplace for testing and project management
  • Configure a DevOps pipeline for continuous integration using Jira with Jenkins
Who this book is for

If youre a quality assurance professional, software project manager, or test manager interested in learning test management best practices in your team or organization, this book is for you. Prior knowledge of test management and Jenkins will be beneficial in understanding the concepts covered in this book.

Table of Contents
  1. An Overview of Software Quality Assurance
  2. Getting Started with Jira
  3. Understanding Components of Testing with Jira
  4. Test Management Approach
  5. Test Planning
  6. Test Design Phase
  7. Test Execution Phase
  8. Defect Management Phase
  9. Requirement Management
  10. Test Execution Status Reporting
  11. Jira Integration with Automated Testing tools

Afsana Atar: author's other books


Who wrote Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira? Find out the surname, the name of the author of the book and a list of all author's works by series.

Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Test Management

Test Management has a folder structure for organizing test cases, hence when generating a report based on a test suite, we will have to select the option based on the folder:

  1. In order to generate the test suite report in Test Management, navigate to the Tests | Reports | Test Execution tab and enter the required details. As shown in the following screenshot, enter the project name, the Folder (test suite) for which a report needs to be generated, and so on, and click on the Generate button:

This generates the report shown in the following screenshot It lists details - photo 1

  1. This generates the report shown in the following screenshot. It lists details such as the folder name for which this report has been created, the total number of test cases, and their execution statuses. It also indicates the percentage of the test cases in any given status. In this case, we have 33.33% of test cases in the Pass status. It also shows details regarding how much of the test execution is remaining, has been Completed , and so on. The Issues section lists defects linked to the test cases, if any:

Scrum using Jira Lets start by creating a Scrum project in J ira Once you - photo 2

Scrum using Jira

Lets start by creating a Scrum project in J ira :

  1. Once you select the Scrum software development option, it takes you to the following page. The listed Issue Types will be available as default Issue Types for your project with the specified default workflow . Remember, you can always add new or modify existing issue types and workflows. This is shown in the following screenshot:

Provide a Name for your project with a Key and assign the Project Lead as - photo 3

  1. Provide a Name for your project with a Key and assign the Project Lead , as shown in the following screenshot:

On clicking Submit the project will be created and you will see the project - photo 4

  1. On clicking Submit , the project will be created, and you will see the project Backlog page, as shown in the following screenshot:

Now you are ready to add project backlog items by creating issues and plans - photo 5

  1. Now, you are ready to add project backlog items by creating issues and plans, and organize them by creating sprints and starting iterations. The following screenshot shows a sample active Scrum project for Sample Sprint 2 :

Summary In this chapter we learned about the DevOps pipeline and execution - photo 6

Summary

In this chapter, we learned about the DevOps pipeline and execution using Jira plugins. We learned how the DevOps pipeline can be leveraged in a software development project to become truly agile and deliver continuously, while improving in making deliveries. We configured our Test Management plugins for Jira to integrate with Jenkins as our CI/CD tool. We saw a simple hands-on example of working in the DevOps pipeline for automating test case management.

Here comes the end of our long journey. I hope you enjoyed reading this book!

Defect Management Phase

Software products can only be trusted if they generate satisfactory results without any faults. Invalid results can have a negative impact on end users. Faulty products can make consumers unhappy and cause frustration. Hence, identifying faults or problems in time can aid developers in delivering a good quality product. However, we need to understand how to classify defects, along with an effective way of reporting them, so as to confirm whether the defect has been resolved.

In this chapter, we will cover the following topics:

  • Understanding the importance of logging defects
  • Creating new defects
  • Linking existing defects to test cases

We will also see how Jira helps us in tracking and managing defects effectively.

Zephyr

Zephyr also identifies a test case as another issue type. To create a test case in Zephyr, we need to follow these steps:

  1. Select the issue type as Test . We also need to enter the other required details such as Summary , Description , Priority , Linked Issues , Assignee , Test Step with Expected Result , and Test Data . Click on the Create button to create the test case:

After creating the test case you will see that it has all the details that we - photo 7

  1. After creating the test case, you will see that it has all the details that we have entered. Like any Jira ticket, we can always modify these details. We also have the option to Clone the test case, add more related issues or requirements, or even start executing by clicking the Execute button:

Hands-On Test Management with Jira End-to-end test management with Zephyr - photo 8

Hands-On Test Management with Jira
End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira
Afsana Atar

BIRMINGHAM - MUMBAI Managing test artifacts Managing test artifacts involves - photo 9

BIRMINGHAM - MUMBAI
Managing test artifacts

Managing test artifacts involves storing and managing the evidence that has been generated as a part of the test execution phase, or it can also be a set of deliverables generated after any phase of the SDLC.

These artifacts are very useful when managed properly:

  • Artifacts generated during defect logging and retesting saves time for both developers and testers, preventing them from having to debug every part of the code, reproducing tests using specified test data, a build version and environment. Log error files, screenshots, database queries with the result set, input parameters, the URL of the application used during testing, the environment, the date tested on, the build number, and so on.
  • Deliverables generated after the execution of each phase in the SDLC, such as project charters, BRDs, test plans, RTMs, and test execution reports, often serve as input to the subsequent phase and help teams to focus on the objective and track the progress of a project.
  • Other types of artifacts, such as code review or inspection reports, project performance reports, and lessons learned reports, can be useful across the organization and can be used by other team members to make changes to their current strategy. These documents can be part of knowledge base of an organization.
  • Training documents, templates (for project management plans, project charters, or requirement specifications) are also part of knowledge management and serve the training needs of new recruits to know more about the organization, its products, and standards followed by them.
  • The end user's manual or product-specification documents are usually shared with end users, by the organization, to help them use software or services effectively.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira»

Look at similar books to Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira»

Discussion, reviews of the book Hands-On Test Management with Jira: End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.