Run Selenium Tests in JENKINS - ebook

How do you know if your test automation work is successful?

You are successful when your test automation scripts are being used in the continuous integration process to confirm that the new application build works correctly.


Continuous integration is the process of generating new application builds automatically.






It is started usually when developers commit new code to the source control system.

The continuous integration system starts a new project build automatically after new code is committed.

The new build has the following phases:

  • Code is retrieved from the source control system
  • Code is compiled
  • Unit tests of the project are executed
  • The build is deployed to the test server
  • Report is generated and sent to the development team


What is missing from this process is running the test automation scripts after the project build completes successfully.


When this happens and it works consistently, your test automation work is a success that you should be proud of.


This practical 80 pages ebook shows you how to add your Selenium scripts to Jenkins, step by step.

The ebook's price is USD 10.

You can pay for it by making a Paypal transfer to alex@alexsiminiuc.com.

0 Comment to "Run Selenium Tests in JENKINS - ebook"

Post a Comment