Skip to content

Commit 90307fd

Browse files
Installation Prereqs update
1 parent 1a44dd7 commit 90307fd

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

doc/README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Micro Focus Application Automation Tools
22

33

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.
55

66
### Jenkins versions
77

@@ -101,28 +101,21 @@ This plugin supports the following Micro Focus product versions:
101101
## Prerequisites
102102

103103
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
111110
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).
115112
7. **For building and tracking pipelines on ALM Octane:**
116113

117114
- JQuery Plugin 1.7.2-1 or later (Required to enable the integration)
118115

119116
- 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)
120117

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.
126119

127120
# User Guide
128121

@@ -190,9 +183,9 @@ To connect and execution node to the Jenkins machine:
190183

191184
To set up a pipeline test job for your Micro Focus testing tool:
192185

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.
194187

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**.
196189

197190
3. In the Project Configuration page, scroll down to the **Pipeline** section.
198191

0 commit comments

Comments
 (0)