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

setting proxy in QTP SystemUtil.Run command

using the following QTP command to launch google.com page but I want to pass this request through the proxy as all the external links needs to go through proxy due to corporate policies. SystemUtil.Run "C:\Program …
surya
  • 123
  • 10
1
vote
1 answer

Finding Query window in ALM

I am trying to use some SQL queries in HP-ALM, but I am unable to find the query window. In HP website, it says 1.On the ALM sidebar, under Dashboard, select Analysis View. 2.Expand the analysis tree and select an Excel report. 3.Under the…
Avi
  • 1,795
  • 3
  • 16
  • 29
1
vote
1 answer

Update HP QC Defect comment using API

Can anyone help me as my HP QC Update comment API is returning http_code: 401 which is "user not authenticated". But I am sending the request after login only. The flow is as below: I hit qcbin/api/authentication/sign-in API which stores…
Biswajit
  • 81
  • 1
  • 2
1
vote
1 answer

Bulk update run steps in HP ALM using ALM API

My intention is to do bulk update of a test run steps. I have created test set folder -> test set instance-> test run. I can update a test run by posting json with url …
Macintosh_89
  • 664
  • 8
  • 24
1
vote
0 answers

Performance Testing using HP ALM

I am new to testing and HP ALM (have worked with HP Quality Center though). As part of the process, I am required to do performance testing of interfaces belonging to several work streams like HR, Finance, etc. There is already a functional testing…
Radhika
  • 21
  • 1
1
vote
1 answer

Get subfolders name from folder name in Test labs using HP ALM REST API

I am using HP ALM rest API to access HP QC data. How to get subfolders name from parent folder name in Test Lab using HP ALM REST API I have used this link for LOGIN TO QC REST. GET DATA FOR SPECIFIC…
Arup Garai
  • 151
  • 1
  • 7
1
vote
1 answer

Unspecified error running BPT test from ALM

I have HP UFT 12.01 installed and using BPT to write GUI automation scripts and then integrate them into ALM 12.53. UFT can connect to ALM using the connection tool in it, but when inside ALM and trying to run a test using the business components I…
1
vote
1 answer

Request: Need a Query that will return the Run Steps and Step Status of the last executed Test Lab run

Hello helpful HP ALM gurus, I currently use the following query: SELECT CF_ITEM_NAME as "Test Set Folder Name", CY_CYCLE as "Test Set Name", TS_NAME as "Test Case Name", RN_STATUS as "Test Case Status", ST_STEP_NAME as "Test Step Name", ST_STATUS as…
Jay R.
  • 11
  • 1
  • 4
1
vote
1 answer

HP ALM 12.5 - How to Make Test Sets Read Only in Test Lab Module

I am trying to make particular test set Read Only, meaning no one will be able to run, delete or modify these particular test set. I also don't know how to make Test Sets and also Folders Read Only for Delete and Modify functions yet, any help there…
Sohel
  • 656
  • 2
  • 11
  • 31
1
vote
1 answer

HP ALM Explorer - Module - Notification to developer

Currently we are using HP ALM 11 at our company to keep track of defects and change requests! While logging a defect or change request we specify the module in which the defect was found or changes required. Is there a way to customize this tool so…
01000001
  • 833
  • 3
  • 8
  • 21
1
vote
1 answer

HP ALM Connectivity OTA - Export Projects Error

I am using the following code to export projects from HP ALM 12.5 (using ALM Connectivity - OTA). Currently, it fails on the following line: sa.ExportProject v_domain, v_project, v_fileName with error message: "Run-time error '-2147220350…
Sohel
  • 656
  • 2
  • 11
  • 31
1
vote
1 answer

Excel macro to export the test cases along with the associated requirement Ids

I have a macro to export the test cases from the QC 11, but i am not able to get the requirement Id's which were mapped to them. For Each Node In NodesList Set TestTree = TreeMgr.NodeByPath(Node) Set TestFactory = TestTree.TestFactory …
1
vote
1 answer

Robot Framework and HPQC integration

I am trying to integrate HP Application Lifecycle Management (HP ALM) with Robot Framework using VAPI-XP tool inside HP ALM. I want to know whether anyone of you have tried this before, and if so please share your approach. Regards, Unni
1
vote
2 answers

How to Export Jenkins Results to HP ALM QC

I am using Jenkins plugin "HP Application Automation Tools" to export job results (JUnit) to HP Quality Center (11.52.xx). Apparently this works fine and it creates the folder where its specified in Test Folder and Test set Folder fields. The…
koxta
  • 846
  • 2
  • 8
  • 30
1
vote
0 answers

HP ALM Requirements Target Release field

Why does the 'Target Release' drop-down in the Requirements details allow a user to select more than one release? From a business point of view, I want to understand why I would target a requirement to more than one release. If I've targeted a…
Gary
  • 85
  • 1
  • 10
1 2
3
9 10