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

HP ALM : Rest API vs OTA

Is it possible to achieve all the functionality using REST API, which can be achieved using OTA. I do understand that there are examples given in both OTA and REST API Documentation, which is provided by HP. But I need to understand things in layman…
Parag
  • 107
  • 1
  • 1
  • 4
6
votes
1 answer

HP ALM | REST API Error ALM-E10004: Failed to load project?

I am using HP ALM Version 11.52.809. After authenticating, I'm trying to fetch the list of domains using the following REST-API : http://19.17.16.69:7424/qcbin/rest/domains I am receiving the following error : HTTP ERROR 500 Problem accessing…
Sachin Bhatia
  • 237
  • 2
  • 9
4
votes
2 answers

Get all Test Sets given a Test Set Folder path in ALM REST API

I'm using PHP to get all the testcases in all testsets in a given folder. I followed this tutorial to make the connection and I'm using the following query to get the id of the test-set-folder I want as my root: So this give me an id=12345 for…
zephirus
  • 391
  • 1
  • 5
  • 23
3
votes
3 answers

HP ALM Rest API QCSession 411 Authentication

I am using HP-ALM 12.01 which seems to be stock full of issues. I cannot update to another version at this time. I am trying to get access to the rest api to upload test results automatically from JUnit. I am using the infrastructure shown here …
Cyrusc
  • 163
  • 1
  • 10
3
votes
2 answers

HP ALM REST Api Requirement Traceability

As the title says I need to get traceability information for my requirements with hp alm rest api. What endpoint do I have to use? The documentation seems to be pretty much not existing! Somewhere I've read that the following endpoint should return…
stefan
  • 1,336
  • 3
  • 21
  • 46
3
votes
2 answers

HP ALM: Get all available requirement types with REST API

If you want to create a requirement in HP ALM you have to specify the field ''type-id''. Is there a way to get all the available requirement types over the REST API? In all examples I can find, people use hardcoded values but no code to get the…
AlvaHenrik
  • 404
  • 2
  • 10
3
votes
1 answer

QC ALM REST creating a defect using REST API

I am trying to open a new defect in QC using rest api My code looks like below createxml =' Development ' ; $qc = curl_init(); // create a cookie…
3
votes
2 answers

HP-ALM Adding Test Cases With REST API

I'm looking to automate adding new test cases into HP-ALM using the REST API. I didn't find anything in the documentation to help me achieve this and I was wondering if anyone else had any success with it.
redstapler
  • 131
  • 1
  • 8
2
votes
2 answers

Not able to get and post to alm using rest api and python. Always getting 401 status code

I am automating alm with rest api and python . All i could do now is to login and logout.Only apis for login and logout gives a proper response.All other is giving either 500/401 error. import requests from requests.auth import HTTPBasicAuth from…
2
votes
1 answer

Build Failure while integrating Jenkins with HP ALM

Created a Build for running Selenium Maven Scripts through jenkins and publish Results in HP ALM. Steps I follow:- 1.Add ALM ServerName and ALM URL under Configure System>> Manage Jenkins 2.Add Build Step>> Execute HP Functional Tests from…
Rodger Nadal
  • 309
  • 2
  • 8
  • 21
2
votes
1 answer

From Quality center, Need to send automatic mail after completion of Automation run of all testcases in Test lab with attachments

I am using ALM / Quality center 12.53 Need to automatically send mail after the completion of automatic run of those test cases. QC already has feature to support automatic mail trigger providing the status of each test case. What i need is to send…
Yuvaraj
  • 23
  • 9
2
votes
1 answer

How to Update / Execute Test case result in QC ALM from Excel

I am executing Test cases in QC. It is updating the result in Test Run but not updating the Test Status. Set RunF = tstInstance.RunFactory runName = "Run_" & Month(Date) & "-" & Day(Date) & "_" & Hour(Now) & "-" & Minute(Now) & "-" &…
2
votes
1 answer

Let tests in UFT automaticly run per ALM

I have a test-script written in UFT. How can I let this test run in ALM every morning at the same time. Like every morning at 10 AM automated?
Ari
  • 31
  • 3
2
votes
1 answer

How to create new defect/s in HP ALM 12 using REST

I am working on a Java application to connect with HP ALM 12 using their REST API programmatically and have been hitting some road blocks as they don't seem to provide any examples for that in their documentation, unless I am looking at the wrong…
Prashanth
  • 1,388
  • 2
  • 11
  • 26
2
votes
6 answers

UFT and HP ALM connectivty

I have installed HP UFT v12.01 and when trying to connect via HP UFT to HP ALM Quality Center v11.0 and I get the following error: Failed to update components from server. Failed Hosting the Spider ActiveX Any suggestions?
Sunil
  • 55
  • 2
  • 10
1
2 3
9 10