About 18,700 results
Open links in new tab
  1. HP ALM 12 rest api help in python - Stack Overflow

    Jan 30, 2017 · For HP ALM 12.20.3264. Using python 2.7.9 - wish to complete an automation task. For which - need to achieve below tasks: Connect HP ALM Success . Please find below success …

  2. HP ALM Excel Addin - login+mapping via VBA Macro?

    Mar 18, 2021 · im trying to automate the process of loggin into HP ALM Excel Addin + mapping. so far ive got this code for login: Dim qcURL As String Dim qcID As String Dim qcPWD As String Dim …

  3. vba - Unable to connect Excel to ALM - Stack Overflow

    Aug 1, 2020 · Trying to connect to HP ALM 12.5 from Excel using below code

  4. Error 401 Authentication failed. Browser based integrations - to login ...

    it gives 401 Authentication failed. Browser based integrations - to login append '?login-form-required=y' to the url you tried to access. and if I append this '?login-form-required=y ' particular line in the end of …

  5. ALM excel add-in error while trying to map excel fields with ALM fields

    I chose the sheet to upload, opened it -> from toolbar -> clicked 'HP ALM Upload Add-in' Clicked 'Log in to ALM' -> entered the ALM details along with the credentials, domain and project details and clicked …

  6. How to get HP ALM 14 Login Authentication Token using REST API …

    Aug 1, 2019 · How to get HP ALM 14 Login Authentication Token using REST API with postman Asked 6 years, 4 months ago Modified 2 years, 11 months ago Viewed 1k times

  7. HP ALM Rest API 401 Authentication error? - Stack Overflow

    Oct 25, 2018 · I am using HP ALM Version 12.55.113. I am trying to upload test results automatically via REST-API. After authenticating and trying to read a simple defect, I am receiving a 401 not …

  8. Python Client connecting to HP ALM 12.20 - Stack Overflow

    Mar 5, 2021 · Python Client connecting to HP ALM 12.20 Asked 4 years, 9 months ago Modified 4 years, 4 months ago Viewed 888 times

  9. vba - How to use 'Export to HP ALM' Addin for Excel using Macro or ...

    Aug 22, 2017 · I am trying to find a way to automate uploading manual testcases in excel to ALM. I have been using the ' Export to HP ALM ' Addin. However, This process is manual as you need to select …

  10. Newest 'hp-alm' Questions - Stack Overflow

    Dec 15, 2022 · 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.