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

Download all attachments from HP ALM Test Plan

I need to download all the attachments from all the tests within the test plan. I have a function that should do that and I need some advice with it. I have posted the function that I have used to get all the attachments. I have tried retrieving the…
Calin
  • 81
  • 1
  • 9
0
votes
2 answers

How to all the test runs form ALM using ALM REST API?

I am trying to fetch all the test runs from HP ALM using the ALM REST API, but my results are limited to only 100 records. I tried using the query as "?page-size =5000", but that doesn't work. I am using the below link to fetch the test…
Raunak
  • 1
  • 3
0
votes
1 answer

OTA-Defect comments field value returns with HTML tag

I have written a macro to get the last comments of all open defects in HP ALM.It works fine most of the time but sometimes for few specific defects instead of fetching the defect comments, it gets some random HTML tag. I am already using…
0
votes
0 answers

HP ALM stuck with status "Waiting for Unified Functional Testing..."

I'm trying to execute the tests in HP ALM, but it always gets stuck and shows the status: Waiting for Unified Functional Testing...` as shown here: The test never begins, and it will just wait like that forever. I can open UFT individually and…
0
votes
1 answer

How to read linked entities in ALM 12.53

I am integrating ServiceNow and ALM with REST APIs. I am able to read defect data through API from ALM. But I need to read test ids as well which is present in linked entities. I am not familiar with ALM before. I checked this resource,…
Ahmed Ali
  • 33
  • 3
0
votes
1 answer

ALM Workflow - Script Editor - Update custom field on Refresh of Execution Grid

In HP ALM, using the Script Editor in Workflow, I created some code to count the number of fails for a selected test in the Test Execution grid. This calculation updates in the TestSetTests_MoveTo module. Not the most elegant solution since the…
Brandy
  • 155
  • 3
  • 16
0
votes
2 answers

UFT OTA - Get ID of copied test set folder

I have (after FOREVER) figured out how to copy a test set folder from one location to another and rename it using a explicit folder id. Now, I want to rename the new folder right after pasting, so the id will NOT be known. I have found absolutely…
Brandy
  • 155
  • 3
  • 16
0
votes
1 answer

ALM Rest API - Maximum number of expression in a list is 1000

I am trying to create a run through REST api, but because there are so many testcycls, the internal JDBC fails... PUT http://SERVER/qcbin/rest/domains/DOMAIN/projects/PROJECT/runs
PowerLove
  • 303
  • 8
  • 25
0
votes
2 answers

Automatically create HP ALM objects

Is there any way to automate the creation of objects in HP ALM? Specifically reports, release cycles, test set folders, and possibly test sets? Currently, these involve a lot of time consuming manual work. I would love to get some of it automated…
Brandy
  • 155
  • 3
  • 16
0
votes
1 answer

Can we write for loop in HPQC/ALM Query builder

I am using HPQC/ALM version 11.00 and I want to write an sql statement that retrieve the number of step that passed, failed, blocked, etc... for each run id. I tried to write a for loop, but query builder throws 'Quality Center cannot run the query…
Vivian Yung
  • 79
  • 1
  • 9
0
votes
2 answers

How to integrate LeanFT Selenium with HP QC

Now I am using Selenium (Java + Maven + Jenkins + TestNG + GitHub) with Microsoft Test Manager (Test Management Tool) for UI Automation. Microsoft Test Manager provides the APIs to integrate/map the manual tests from test manager to automated tests…
ANP
  • 165
  • 12
0
votes
1 answer

How Upload test results to alm by Jenkins groovy

I am using HP ALM v 5.2 and uploaded my test results by making free style project from the gui now I want to add this step to pipeline, I searched on the internet and found this guide but gives me this error no known implementation of interface…
0
votes
2 answers

HP ALM 12.50 Rest API Sign-in returns forbidden using Postman

I'm trying to sign in to HP ALM via its Rest API using Postman. Following the reference for 12.50 version (https://almsyngenta.saas.hpe.com/qcbin/Help/doc_library/api_refs/REST/webframe.htm#sign_in.htm), I'm sending a POST request…
Elliot RG
  • 71
  • 1
  • 8
0
votes
1 answer

HP ALM Python rest api - How to properly pass cookie for API calls

How to pass the HP ALM authentication session object for rest api calls. I am following some examples to connect to HP ALM via REST API to run basic CRUD operations. One of the example -…
ac184
  • 811
  • 2
  • 10
  • 19
0
votes
2 answers

How to filter HP ALM defects using REST API?

I am not able to apply filters to the defects list. Is there a way to get the filtered defects list using REST API ? qcbin/rest/domains/{domain}/projects/{project}/defects/259 Above URL gives me details about the defect 259. How to get all defects…
Manasa
  • 5
  • 1
  • 5