Questions tagged [hp-alm]

This is the place to post questions about HP-ALM - HP Application Lifecycle Management. Post questions about scripting, administration, integrations etc.

HP Application Lifecycle Management (HP ALM) is a set of software tools developed and marketed by the HP Software Division of Hewlett Packard Enterprise for application development and testing.

144 questions
0
votes
0 answers

HP ALM connexion

I installed HP ALM tool,but when opening the app from the launcher,I have to fill this field to launch the tool: I installed SQL-Server,but I can't connect even to the IP address defined in TCP properties with the browser: This is the SQL server…
user3821206
  • 609
  • 1
  • 9
  • 22
0
votes
1 answer

How to filter defects with ID range in HP ALM C# OTA

I need to filter the defects for a certain range of ID's from HP ALM using its OTA. This needs to be done without calling all the defects from ALM and filtering them from code as that would significantly increase the time which is not desirable. For…
0
votes
1 answer

How to update Environment value for Test Run in HP ALM

I am doing an API automation of hp-alm using REST assured in Java. I'm trying to update Environment as SIT/UAT/DEV to the run instance but getting error. URL:…
usrdrv
  • 17
  • 4
0
votes
1 answer

How to create a C# OTA code to create a folders based on the path provided in Excel in Test plan in ALM. Could you please help me on this?

I have tried the below code to create a folder structure in Test Plan using OTA, but unable to do so.. I am getting message saying Node not found.. Please help me out with the proper code Folderpath = Subject\UAT\UAT2\Testcases private void…
user4934574
0
votes
1 answer

Getting Number of ALM user connected

I am trying to get number of user connections and License used in a ALM. I was able to accomplish it using Site Admin Console and SQL Queries. Is there a way where I can get it apart from above 2 solutions. I also tried to automate the same…
0
votes
2 answers

Can TestCafe reults be tracked in HP ALM?

HP ALM is my current test management tool and I'm currently planning on using TestCafe for automation. I would like to know if I can have the results from my test runs in TestCafe shown in HP ALM? Is it possible to make an integration or…
0
votes
2 answers

Unable to connect Excel to ALM

Trying to connect to HP ALM 12.5 from Excel using below code qcURL = "https://xxx-alm.xxxx.com/qcbin" qcID = "xxxxx" qcPWD = "xxxx" qcDomain = "xxxO" qcProject = "xxxxxx" 'Initiate connection with ALM Server Set oTDConnection =…
Vinod
  • 376
  • 2
  • 11
  • 34
0
votes
1 answer

Selenium Integration with HP ALM

I am starting to create a new Automation framework using Java. Ihave the requifment to integrate it with HP ALM. So far I have found a way using JACOB. Can anyone suggest the best way to do so?
0
votes
0 answers

How to get a Test Configuration's static Parameter's Default Value using ALM OTA from Test Plan?

I have to automate certain test cases, which inturn have more than 100 test configurations. These are not manual test types, but rather Business Components each configuration having it's own configuration Test data (static type) in Test Plan. So…
IrateINWIT
  • 39
  • 6
0
votes
1 answer

How do we get current run instance's configuration name when a gui quicktest executed via hp alm

I have practically dead exhausted trying to scratch and scrub way to run gui quicktest test configuration from alm with different parameters. For all what I know, uft alm integration does not offer a fairly easy solution. The only other option is…
IrateINWIT
  • 39
  • 6
0
votes
1 answer

GitLab Integration with HP ALM

Has anyone integrated GitLab with HP ALM. Will it be able to trigger the ALM tests once build is triggered from GitLab
Shwetha
  • 7
  • 7
0
votes
1 answer

How to combine two or more command in Jenkins "Execute Windows batch Command"

I am using Jenkins to run my SoapUI project but I built separate "Execute Windows Batch Command" in jenkins for each project. For example, there are 10 different projects and i need to have 10 "Execute Windows Batch Command" in a job. How can I…
WSC
  • 1
  • 2
0
votes
1 answer

How to get HP ALM 14 Login Authentication Token using REST API with postman

i am using postman as a rest client to get the login authentication token from HP ALM 14. Using API https://something.com/qcbin/authentication-point/authenticate Request Body i tried both format in request body XML Format
Naveen
  • 77
  • 3
  • 22
0
votes
1 answer

How to fix the UnknownHostException in java

I am trying to access the HP ALM rest api to get the login authentication tokens using java but the rest api throws UnknownHostException. private static final String almURL = "https://myalmUrl.com/qcbin"; private static final String…
Naveen
  • 77
  • 3
  • 22
0
votes
1 answer

WScript doesn't work with HPALM workflow. But works fine when executed in command Line

I'm setting up a new HP ALM workflow script to invoke firefox and open two tabs in the same. The script given works like a charm in command line. However, the same script doesn't work well flow HP-ALM Workflow. I'm certain the script is being…