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
1
vote
1 answer

HP ALM API : Attaching file to run step through ALM REST API not working

We have fetched Run Steps details using ALM REST API. (for reference ALM API Documentation Same question is being asked in ALM community, Community Microfocus…
dmairpad
  • 13
  • 3
1
vote
0 answers

How to Create Multiple Test Runs in Single Request in ALM using rest API and JSON

I am able to create a single test in a single request but I want to create multiple tests in a single request, I have tried passing entities and collection but unable to achieve the desired output. {"entities": [ {"Fields": [ …
1
vote
0 answers

Trying to connect Azure devops tp HP ALM 12.21 using Run from ALM Lab Managerment addon while executing pipeline getting error

Trying to connect Azure devops tp HP ALM 12.21 using Run from ALM Lab Managerment addon while executing pipeline getting error.
Rajendra
  • 11
  • 1
1
vote
2 answers

HP ALM results attachment and status update using python

Challenge : Attach screenshots to Tests in TestLab , update status as PASS/FAIL steps wise (currently updating pass status is enough) I am expected to write a script in python , to attach test results to the testcases present in test lab, then for…
Ragesh Kr
  • 1,573
  • 8
  • 29
  • 46
1
vote
0 answers

Is it possible to rename the downloaded attachment from alm?

I'm downloading an attachment from hp alm and saving on my system. Can i rename this file after saving through alm workflow script? For eg: I'm downloading a report.doc from alm into my system. Post download i want to rename the file to abc.doc from…
1
vote
1 answer

HP ALM (Microfocus): "SMART_REPOSITORY_LOGICALFILE" column "SRLF_PARENT_PATH"

In HP ALM Table SMART_REPOSITORY_LOGICALFILE there is a column SRLF_PARENT_PATH I need to know where the path segments come from since I'm experiencing massive issues after upgrade... Sample: .\hist\REQ\0000\0042\0123\4567\3 I only know where the…
stefan
  • 1,336
  • 3
  • 21
  • 46
1
vote
1 answer

ALM create new Test Run using JSON payload ( REST API)

{ "entities": [ { "Type": "run", "Fields": [ { "values": [ { "value": "Run_10_07_2019_11_13_53_12345" } ], "Name": "name" }, { …
novice
  • 43
  • 11
1
vote
0 answers

What is the REST API for HP-ALM to fetch defect history data

I am fetching data from HP ALM by using REST API. I am able to fetch audit data for tests by using /qcbin/rest/domains/{domain}/projects/{project}/audits?query={parent-type[test];parent-id[101 or 102 or 103]}. But I am not able to fetch the audit…
Sujata
  • 11
  • 1
1
vote
0 answers

Can't upload more than one test case into HP ALM

My problem is that the current code only uploads one Test case and I have no way of adding more than one since the number of test steps are dynamic (see attached image), hence I wouldn't know in which row each test case would end in order to add…
pyrish
  • 65
  • 1
  • 10
1
vote
1 answer

Can I do REST API testing in LeanFT and have test results updated in HP ALM?

I found that API testing is supported by UFT. What about LeanFT. I know I could do the testing with help of some Java libraries, but I am not sure if test results can be updated in HP ALM. What is the trick here? Can I or cannot do the API testing…
automationleg
  • 323
  • 6
  • 11
1
vote
1 answer

Unable to load OTAClient.dll in blue prism

I am trying to connect an HP ALM application using code stage in blue prism. However, the below respective dlls are not loaded properly and throwing error Description: Compiler error at top section line -8: Unable to load referenced library…
Divakar Ragupathy
  • 191
  • 1
  • 6
  • 20
1
vote
0 answers

HP ALM - Unable to post the attachment to a defect via python

I get the error you don't have the required permissions to execute this action, when I try to attach a file to the defect in HP-ALM. code bug.post() attachfact=bug.Attachments; attachObj = attachfact.AddItem(None) attachObj.Description = "Failed…
Kaipulla
  • 11
  • 4
1
vote
1 answer

Problems with the TDAPIOLELib library

I am trying to build a C# program with Visual Studio to use the ALM OTA API. I keep on having problems with the TDAPIOLELib library though, and I can't seem to find the reason why. I get the following error: 'dotnet.exe' (CoreCLR: clrhost): Loaded…
PAD333
  • 41
  • 4
1
vote
0 answers

How to find Tickets I worked on during a given timespan?

We are using HP ALM 12.53.193 for issue tracking. For a progress report of our development activity, I am trying to find out what tickets I worked on within the past month. Primarily, this includes tickets for which my user name was added to the…
O. R. Mapper
  • 20,083
  • 9
  • 69
  • 114
1
vote
2 answers

How to call a Reusable Action that is stored in HP ALM-QC at run time

I want to call a reusable action in my script at run time. This reusable action is stored from HP ALM-QC, not in my local machine. See below for the current set-up of my test script: The reusable action was called using the Solution…
Zhul
  • 46
  • 1
  • 8
1
2
3
9 10