Skip to Main Content
Hands-On Test Management with Jira
book

Hands-On Test Management with Jira

by Afsana Atar
February 2019
Intermediate to advanced content levelIntermediate to advanced
264 pages
6h 22m
English
Packt Publishing
Content preview from Hands-On Test Management with Jira

Example workflow to integrate and execute automated scripts

Now that we have configured our plugins to integrate with Jenkins, we now see an example of how the DevOps pipeline functions with each plugin. For this workflow, we use the following automated test script:

  1. Create a test automation code in Eclipse with a TestNG build script in XML. For this purpose, we have created the code in Java using Eclipse. We have created a new Java project in a new package named JenkinsDemoPkg with a class named demoJenkins. We also use JenkinsDemoPkg.demoJenkins: testJenkins to get the complete name of the class and method, which will be used for tracking in plugins:
package JenkinsDemoPkg;import org.testng.annotations.Test;public class demoJenkins {
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Getting Started with JIRA

Getting Started with JIRA

Simon Sez IT
Agile Testing Essentials

Agile Testing Essentials

Lisa Crispin / Janet Gregory

Publisher Resources

ISBN: 9781789954524Other