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 (QC) ALM POST or PUT is forcing me to provide "required fields" which are not required in current workflow state

I'm trying to update a HP QC Defect via REST API using PUT VERB. However, it will tell me it can't update the defect because of a "Missing required field". I would understand if the field was actually required, but the thing it that it is not. I…
user1060500
  • 1,505
  • 1
  • 21
  • 40
1
vote
2 answers

OTA - ALM 11.52 - Building Graphs through OTA

I am trying to create reports in the 'Analysis View' using OTA and HP ALM 11.52. I've searched the OTA Reference Documentation and looked for samples online and I've found a few samples, but none seem to work. There seem to be three methods…
ssoong
  • 157
  • 1
  • 6
  • 18
1
vote
3 answers

ALM C# application

I am using Interop.TDAPIOLELib dll to connect to ALM (application lifecycle managment). In order to connect to the project i am using TDConnection but when executing this line _connection = new TDAPIOLELib.TDConnection(); i get this…
Amjad Abdelrahman
  • 3,372
  • 1
  • 13
  • 20
1
vote
0 answers

Executing Selenium Webdriver scripts from ALM

Requirement - To have best of both the world - Automation using Selenium webdriver (Java) and test management using QC/ALM. Read that we can use ALM's Open Test Architecture (OTA) to run external scripts. Can someone please list down the steps?
Krishna S
  • 71
  • 3
  • 12
1
vote
1 answer

HP- ALM Installation error - QAIAD.dll has no digital signature or the publisher is untrusted

I have installed HP ALM 11.52 on windows server 2008 r2 for learning purpose. I have used sql sever 2008 and iis 7. I have installed and configured the ALM successfully to use on local machine. Now i can login into the site administration using…
hiren panchal
  • 289
  • 1
  • 3
  • 15
1
vote
1 answer

Check if object exists in VBScript

I am using the HP ALM API to fetch a field from the database. The problem is that it can happend, that this field does not exist on the project, and everytime that happens, I get the error bellow. How can I check the field object properly to make…
nimrod
  • 5,595
  • 29
  • 85
  • 149
1
vote
1 answer

how do we enable Send by Email function in HP ALM 11.0?

I am attempting to decipher how I can enable the "Send by Email button in the defects section of HP ALM 11.0. We have three environments, Production, Certification, and Test/Development. PROD and CERT have this disabled, but it is enabled in…
Chuck B.
  • 53
  • 2
  • 8
0
votes
0 answers

"Access to this resource has been denied" for Business Components endpoint in HP ALM Rest API

Trying to create custom script using HP ALM Rest API and while all endpoints are working fine \bp-components endpoint gives me following: Response code: 403 {"Id":"qccore.operation-forbidden","Title":"Access to this resource has been…
Mykola
  • 1
  • 1
0
votes
1 answer

How to fetch Test Coverage details in HP-ALM using Requirement Details

I am running SQL query in HP-ALM to fetch Test Coverage Details using Requirements Entity For Example SELECT REQ.RQ_REQ_ID FROM REQ But I don't see any column related to Test Coverage in Requirement Entity. Similarly In Test Entity There is no…
0
votes
1 answer

Unable to find a way to upload attachments using URL to ALM via REST API

I have a way to attach file as binary to ALM using REST API URL = "https://some.almserver.com/qcbin/rest/domains/DOMAIN/projects/PROJECT/runs//attachments" METHOD = "POST" HEADERS = { 'cache-control': "no-cache", "Slug":…
0
votes
0 answers

HP ALM/QC rest api query with an OR between fields

HP ALM/QC rest's API seems to default on AND when filtering and using a semi-column. How can i use OR between the following 3 fields instead of an AND. &query={user-02[NOT Dev];user-08[NOT Y];status[NOT Closed]} I tried to simulate this in the UI…
0
votes
1 answer

Executing test cases using ALM OTA Python

the following function does not execute test cases in python I am using python win32 libraries to connect to ALM. I am able to retrieve the names of the test cases from the lab. But cannot execute them import win32com.client from re import…
0
votes
1 answer

How to Extract detected in Release name or detected in cycle name from HP ALM using rest API?

I am developing an application that extracts defects from HP ALM using rest api call. Detected in Release and Detected in Cycle has ID stored and not able to extract their reference by value.. Could you please help me to do so?
0
votes
1 answer

How to find the folder path in a test case in test plan of "Micro Focus Application Lifecycle Management (ALM)"?

I am trying to find the folder path in a test case in test plan of "Micro Focus Application Lifecycle Management (ALM)" previously know as HP ALM. Can anyone help me on this?
0
votes
1 answer

How to get record based on Exec Date and Exec Time column?

I would like to get the latest record based on Exec Date and Exec Time columns. Type of Exec Date column is datetime. Type of Exec Time column is varchar. However, as it is not on the same column, I'm not able to do the filter. Is it possible to do…
Royce
  • 45
  • 1
  • 1
  • 9