Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
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
Mastering SoapUI

You're reading from   Mastering SoapUI Experience SOA Test and Test Automation from an expert view

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher Packt
ISBN-13 9781783980802
Length 240 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction to SOA Testing FREE CHAPTER 2. Functional Testing In Detail 3. Performance Testing of SOA Applications in Detail 4. Security Testing in Detail 5. Test Automation in SOA World 6. Multilayer Test Automation Using SoapUI and Selenium 7. SoapUI Integration with Jenkins and HP QC 8. End-to-End Test Automation 9. Service Mocking 10. Best Practices in SOA Test Automation Index

Jenkins


Jenkins is a continuous integration server which creates the build and deploys on the environment. It can also be used as a scheduler where you can schedule your test and build process in a nightly fashion.

Jenkins can also help you achieve code quality by integrating with tools like selenium and SoapUI. Based on the results of the test runs, action could be taken to improve the current build.

Installing Jenkins on Windows

As we know what Jenkins is, let's see how it can be integrated with testing tools. But before that let's see how to setup Jenkins.

Setting up Jenkins on your local machine:

  1. Download the .war file from: https://updates.jenkins-ci.org/download/war/

  2. Once the .war files are downloaded, open a command prompt and enter the following command:

    Java –jar  "Path of WAR file" 
    
  3. After typing the command press Enter.

  4. Verify that the execution begins on the command line:

  5. Once the execution has begun, it's now time to invoke Jenkins by opening the browser and entering the URL http:...

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 ₹800/month. Cancel anytime