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

HP ALM: Test execution results versioning

How do we create a snapshot versions of the test results of a test set in HP ALM - Test LAB I need this versioning to keep track of the past execution details. Any suggestions on how to achieve this?
Praveen
  • 1,387
  • 1
  • 12
  • 22
0
votes
1 answer

Get list of ALM project AND domains names in VBScript (QC11 OTA)

I am trying to list QC11 project and domain name in combo box on form load() but I am getting error object required,code I am using: Dim tdc As New TDAPIOLELib.TDConnection Dim projectList As Customization Dim Project As Customization Dim Domain As…
user635545
  • 111
  • 1
  • 4
  • 12
0
votes
1 answer

Is there any plugin available for Hudosn and HP ALM 11 integration

I want to integrate Hudson and HP ALM 11 (Quality Center). So that once test cases are run those are also uploaded back into QC. Is there any plugin available or how should I do it?
Saikat
  • 14,222
  • 20
  • 104
  • 125
0
votes
1 answer

Pulling data from ALM to Excel

I'm trying to pull data from ALM and save it in an excel sheet. I'm writing the code in the Workflow of ALM. When I write the below single and tried to save, it was throwing error: Dim cn As ADODB.Connection Do we have to give any references before…
0
votes
0 answers

JAVA SE stopped working while connecting to project on QC/ALM Server from java application using OTAClient and com4j

I tried connecting java with QC with help of OTAClient and com4j. It is getting connected to server and then the login was also successful. But when it comes to connecting to a particular project and domain it takes some time, works and then says…
-1
votes
1 answer

Translate query from Oracle to SQL Server

I'm trying to use the below query into HPALM. However this is a Oracle syntax and I need to translate it to SQL Server. Indeed, SYS_CONNECT_BY_PATH is an Oracle feature. SELECT ls_father_id,ls_id,substr(SYS_CONNECT_BY_PATH(ls_name,'\'),2)…
Royce
  • 1,557
  • 5
  • 19
  • 44
-1
votes
1 answer

Use files from ALM as input for upload test

I try to store test files (pdf, docx, jpg) in ALM and use those as input files for upload tests. I am not sure, how could I copy files to ALM and after that how are these accessible from UFT.
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
-1
votes
1 answer

HPQC ALM - How to make TC_PLAN_SCHEDULING_DATE Read Only

I am trying to make "Planned Exec Date" field read only inTest Lab --> Execution Grid. In Test Lab Module script --> TesSetTests_FieldCanChange Sub, I have added the following code: TestSetTest_Fields.Field("TC_PLAN_SCHEDULING_DATE").IsReadOnly =…
Sohel
  • 656
  • 2
  • 11
  • 31
-2
votes
1 answer

ALM REST API to Get Linked Defects

I want to get Defects Linked to Test Case, given the Test Case ID using REST API. ALM Version, which I am using: 11.52
1 2 3
9
10