• Unable to load VAPI-XP-TEST text script to ALM test with REST API

    Using REST API, trying to create a QC test with custom VB script for test type 'VAPI-XP-TEST'. We are able to create test with REST API but not able to attach a custom script with it. Not able to locate any REST API that update the storage resource that…
  • HP ALM | REST API | Error 500 Invalid context key

    Hi, I am using HP ALM Version 11.52. I'm trying to authenticate using the following REST API's: URL: http://{ALM_URL}/qcbin/rest/site-session Method: GET URL: http://{ALM_URL}/qcbin/rest/site-session Method: POST I am receiving the following…
  • How to integrate Jira Cloud with ALM 15 using Rest API through Scriptrunner or Jira Automation

    Hi Community, We are trying to create defects automatically from ALM to Jira Cloud using Scriptrunner or Jira Automation. We were looking at ALM Rest Api documentation to create this 'integration'. Just to let you know, we only want to read ALM defects…
  • ALM 16.01 Get count of users in project, and paginate on user list

    We have some projects that have several thousand users in them, and when our tools try to get the list of users it takes a very long time and in some cases the tool will run out of memory. Our tools use both the OTA and REST API libraries for different…
  • Fail to create bulk test instances with rest api

    I am using the alm rest api of ALM 17.01 for creating bulk test instances: /qcbin/rest/domains/{domain}/projects/{project}/test-instances {"entities":[{"Fields":[{"Name":"name","values":[{"value":"(REGi001)_Check_presence_of_feature_tag_mmtel_in_Contact_header…
  • Using ALM APIs to generate a JSON Payload

    Hi, I am trying to integrate ALM with a corporate communications tool that our organization uses to page support personnel in the off hours. The idea would be that when a new defect is logged in ALM, and when the 'Resolution Team' field is populated…
  • ALM Defects and Service now Sync

    Hi All, We are trying to achieve a continuous bidirectional synchronization between service now problems tickets and ALM Defects. Still doing the feasibility study on below - 1) Need to create a new ALM as soon as a new Problem ticket is created in…
  • How to view the metadata for defects

    Hi, I'm using rest API to create and update defects, in micro focus rest API document, it is mentioned to hit 'http://myserver:8080 /qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/Defects/$metadata/fields' whereas it results in 404 not found…
  • How would be the Linux OS Build number if ALM called from Linux via REST

    Manually when we start the ALM Test Execution, Windows OS build number is fetched automatically from server side and audited in History Tab, since ALM application is on Windows machine. but we have developed a REST based framework from which ALM application…
  • In ALM REST based framework, how can we add audits (History tab)

    We are developing a REST based framework using ALM REST APIs to auto Execute Test cases. We're creating Test Run, Read the Steps and Perform actions as per the step and then attach the result to Test Run with REST APIs. But we couldn't find a way…
  • REST access to test design steps in specific version of a test

    Hi, I'm running some REST API calls vs our Saas 15.00 ALM instance I'm trying to access the state of design-steps at a previous version of the test. I can do it in the HP ALM by going into the history tab and comparing two , so I know it should be…
  • How to get the treeview of the testplan from HP ALM using rest api

    HI, I am building a tool , that would extract data from HP ALM using rest api service I am not able to build a treeview from the test plan folders.. Could i please get help to build treeview
  • How to extract detected in Release Referenced Value from HP ALM using REST API

    When in Extract defects from ALM using Rest API, detected in Release in extracted as ID rather i need to get the name . The detected in rel field has referenced value in the extract output.. Need to know how to get this referenced value using Rest…
  • Link Requirement and Test Case ALM Rest API

    Is there a way to get the requirement coverage and link a requirement with the test case via ALM Rest API ?
  • ALM REST API test-parameters

    Hi, Is there a way to get and update the actual values in the parameters of a test instance?
  • HP ALM - REST API

    Are there any REST API for HP ALM. I'm using VS 2019 with VB.net. Thanks
  • GET URL Length

    1) Wanted to know what is the maximum URL length supported by HP ALM REST API AS per this stackoverflow thread it depends on client and server configuration. Can someone confirm if that is really is the case.? 2) Can we use POST request to query the HP…
  • HP ALM REST API - Get ALM Releases

    Tutorial on how to get releases under specified domain using HP ALM REST API. Web Browser Method Open your favorite browser. Enter HP ALM REST API url: youralmserver:port/.../sign-in Enter you ALM User Name and Password in the prompt that you get on navigating…
  • HP ALM REST API - Authentication

    Tutorial on how to authenticate HP ALM Session using REST API. Includes VB and C# code for Sign-in and Sign-out resources. Learn more @Aneejian Read more >>
  • Getting 401: Unauthorized error in HPQC REST Api(12.50) in C#

    I'm getting LWSSO cookie through basic authentication using following API: /qcbin/api/authentication/sign-in Method : POST After that i'm hitting below URL to get the defects using above LWSSO cookie: /qcbin/api/domains/DEFAULT/projects/VS/defects Method…