Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Test Management with Jira

You're reading from   Hands-On Test Management with Jira End-to-end test management with Zephyr, synapseRT, and Jenkins in Jira

Arrow left icon
Product type Paperback
Published in Feb 2019
Publisher
ISBN-13 9781789954524
Length 264 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Afsana Atar Afsana Atar
Author Profile Icon Afsana Atar
Afsana Atar
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: Introduction to Software Quality Assurance FREE CHAPTER
2. An Overview of Software Quality Assurance 3. Section 2: Jira Environment - An Overview
4. Getting Started with Jira 5. Understanding Components of Testing with Jira 6. Section 3: Test Management - Manage and Plan
7. Test Management Approach 8. Test Planning 9. Section 4: Test Management - Design and Execute
10. Test Design Phase 11. Test Execution Phase 12. Defect Management Phase 13. Section 5: Test Management - Monitor and Control
14. Requirement Management 15. Test Execution Status Reporting 16. Section 6: Continuous Integration with Jira and Jenkins
17. Jira Integration with Automated Testing Tools 18. Other Books You May Enjoy

To get the most out of this book

We expect readers to understand the basics of the software development process and have some familiarity with Jira. Readers do not need to have any prior knowledge of test management tools, as the book will cover these concepts from the basics through to an advanced level.

To complete this book successfully, readers will require computer systems with at least an Intel Core i3 processor or equivalent, 8 GB RAM, and 4 GB of available storage space. In addition, you will require the following software:

  • Windows or iOS operating system.
  • Google Chrome / Firefox Mozilla / Internet Explorer (latest version) browsers
  • Jira (version 7 onward) with the synaseRT, Zephyr, and Test Management plugins. The version used in this book is 7.
  • Jenkins (version 2.150 onward).
  • Eclipse IDE.
  • Java 8 for Jenkins.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Testers may also have to use different types of files, such as .doc, .docx, .txt, .pdf, .xls, .xlsx, .csv, .png, or .jpeg to import the data in order to make sure that it works or doesn't work as defined in the test case."

A block of code is set as follows:

package JenkinsDemoPkg;
import org.testng.annotations.Test;
public class demoJenkins {
@Test
public void testJenkins(){
System.out.println("Hello World");
}
}

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Let's click on the Create new project button."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime