-
Type:
Improvement
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: hp-application-automation-tools-plugin
-
None
-
Environment:Jenkins: CloudBees Enterprise jenkins
ALM: 12.55
UFT: 14.03
Objective: Parallel execution of Test cases of UFT on different machines from one location of ALM.
Current Situation:
- We have 3 nodes available on CloudBees Jenkins for any job execution.
- Â When we design any UFT Jenkins job, there we mention multiple nodes in the 'General' section.
- In the Build section we are using plugin: Execute Micro Focus functional tests from Micro Focus ALM and mention the machine on which we want to execute the UFT test cases.
- Â On triggering this job it will execute the UFT test cases on the mentioned machine using available node.
Improvement Expected:
Want a way to specify multiple machines (workstation) in the build section of job so that Jenkins can pick 1 Test case on 1 machine and next test case on other available machine. The machines can node or any other mentioned machine. We want to have parallel execution of UFT test cases from 1 job so that if there are 10 Test cases and 10 machines are available then all should run in Parallel on different machines.
Â