|
1 | 1 | # Micro Focus Application Automation Tools |
2 | 2 |
|
3 | 3 |
|
4 | | -This plugin integrates Micro Focus products with Jenkins. Using the plugin, you can create and use virtual services, run LoadRunner Enterprise or LoadRunner performance tests, run UFT functional tests, run tests in your lab, and run tests on mobile devices. This plugin also lets you upload test results to ALM. In addition, ALM Octane users can track and trigger Jenkins pipelines from within the user interface. |
| 4 | +This [Micro Focus Application Automation Tools plugin](https://plugins.jenkins.io/hp-application-automation-tools-plugin) integrates Micro Focus products with Jenkins. Using the plugin, you can create and use virtual services, run LoadRunner Enterprise or LoadRunner performance tests, run UFT functional tests, run tests in your lab, and run tests on mobile devices. This plugin also lets you upload test results to ALM. In addition, ALM Octane users can track and trigger Jenkins pipelines from within the user interface. |
5 | 5 |
|
6 | 6 | ### Jenkins versions |
7 | 7 |
|
@@ -101,28 +101,21 @@ This plugin supports the following Micro Focus product versions: |
101 | 101 | ## Prerequisites |
102 | 102 |
|
103 | 103 | 1. Install one of the five latest LTS versions of Jenkins, [(Click here for a list.](https://jenkins.io/changelog-stable/)) |
104 | | - |
105 | | -2. Install the Jenkins [Micro Focus Application Automation Tools plugin](https://plugins.jenkins.io/hp-application-automation-tools-plugin). |
106 | | - |
107 | | -3. **Java version 8 or higher.** To verify your Java version, go to [http://www.java.com/en/download/installed.jsp](http://www.java.com/en/download/installed.jsp). |
108 | | - |
109 | | -4. **ALM/Quality Center client** installed the machine that will run the tests. To check if you have a client installed, follow the instructions on this page: http://<your\_server>:8080/qcbin/TDConnectivity\_index.html |
110 | | - |
| 104 | +2. **Java version 8 or higher.** To verify your Java version, go to [http://www.java.com/en/download/installed.jsp](http://www.java.com/en/download/installed.jsp). |
| 105 | +3. Install the plugin: |
| 106 | + a. Download the *.hpi file for the Jenkins plugin from the [plugin page]( https://updates.jenkins-ci.org/download/plugins/hp-application-automation-tools-plugin/ ). |
| 107 | + b. Navigate to the **Manage Jenkins > Manage Plugins > Advanced** tab. |
| 108 | + c. In the **Upload Plugin** section, upload the *.hpi file. |
| 109 | +4. **For working with ALM and Quality Center,** make sure the ALM/Quality Center client is installed on the machine that will run the tests. To check if the client installed, follow the instructions on: http://<your\_server>:8080/qcbin/TDConnectivity\_index.html |
111 | 110 | 5. **For running UFT tests from ALM** install the ALMClient in common registration mode by accessing the following link from an Internet Explorer browser on the UFT machine: http://<your\_server>:8080/qcbin/start\_a.jsp?Common=true |
112 | | - |
113 | | -6. **For running file system scenarios with LoadRunner or UFT** you need to set up a node in Jenkins. For details, see [Create an execution node](#create-an-execution-node). |
114 | | - |
| 111 | +6. **For running file system scenarios with LoadRunner or UFT** set up a node in Jenkins. For details, see [Create an execution node](#create-an-execution-node). |
115 | 112 | 7. **For building and tracking pipelines on ALM Octane:** |
116 | 113 |
|
117 | 114 | - JQuery Plugin 1.7.2-1 or later (Required to enable the integration) |
118 | 115 |
|
119 | 116 | - A plugin that enables publishing test results. For example, JUnit Plugin 1.10 or later, NUnit plugin, and so on (Required to enable ALM Octane to collect your automated test results) |
120 | 117 |
|
121 | | -8. **For ALM Octane integration with UFT:** |
122 | | - |
123 | | - - Jenkins Git plugin (version 2.4.4 or later) |
124 | | - |
125 | | - |
| 118 | +8. **For ALM Octane integration with UFT:**, make sure you have version 2.4.4 or higher of the Git plugin. |
126 | 119 |
|
127 | 120 | # User Guide |
128 | 121 |
|
@@ -190,9 +183,9 @@ To connect and execution node to the Jenkins machine: |
190 | 183 |
|
191 | 184 | To set up a pipeline test job for your Micro Focus testing tool: |
192 | 185 |
|
193 | | - 1. From Jenkins Dashboard. click **New Job** or select an existing one. |
| 186 | + 1. From Jenkins Dashboard. click **New Item** or select an existing one. |
194 | 187 |
|
195 | | - 2. On the page that opens, enter a job name (for a new job), click **Build a Pipeline project** , and click **OK**. |
| 188 | + 2. On the page that opens, enter an item name (for a new job), click **Build a Pipeline project** , and click **OK**. |
196 | 189 |
|
197 | 190 | 3. In the Project Configuration page, scroll down to the **Pipeline** section. |
198 | 191 |
|
|
0 commit comments