532 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
How to load VAPI-XP-TEST text script to OpenText (HP) ALM test with REST API
Issue:
Using the REST API, we are trying to create a QC test in ALM for test type 'VAPI-XP-TEST'. As part of the test, we need to attach a custom VB script.
Problem:
We are able to create the test ...
0
votes
0
answers
302
views
How do I export test plan onto excel from HP ALM when there are multiple folders
How do I export testplan from ALM to excel when there are multiple folders and I want only specific folders out of them.
I have tried using all list and description name but not working as expected.
...
-1
votes
1
answer
53
views
I am trying to Execute the Performance Test in ALM 12.55 but I am seeing the below error:
Tried rebooting all the servers where ALM is installed.
Re-run the Server Configuration Wizard.
I have attached all the screenshots for the reference.
Please go through the screenshot and provide any ...
0
votes
0
answers
93
views
Integrate ALM with eclipse workspace
We are having requirement to integrate ALM with eclipse. If we execute the automated test case from ALM then Java class which is in eclipse should run and selenium code present in Java class should ...
0
votes
4
answers
116
views
Need help to find error causing extract from alm
this is java program created to extract testcases from alm using api key
but not sure how to configure API key in HP ALM
can someone explain me setting up api key
is java program created to extract ...
0
votes
1
answer
232
views
ALM API Call to fetch the fields from Test Lab
I am trying to migrate from ALM OTA architecture towards API calls, I have a piece of code in OTA
that is added below, trying to replicate similar with API calls. In the TestLab module. Any help
will ...
0
votes
1
answer
319
views
How to fetch Test Coverage details in HP-ALM using Requirement Details
I am running SQL query in HP-ALM to fetch Test Coverage Details using Requirements Entity
For Example
SELECT REQ.RQ_REQ_ID
FROM REQ
But I don't see any column related to Test Coverage in Requirement ...
0
votes
1
answer
467
views
Automate ALM QC's data extraction with an API & Python
I want to automate the extraction of my data relating to the tests carried out on ALM Quality Center, and I was wondering if it was possible via an API?
In particular, I want to recover, in Excel ...
0
votes
1
answer
335
views
Unable to find a way to upload attachments using URL to ALM via REST API
I have a way to attach file as binary to ALM using REST API
URL = "https://some.almserver.com/qcbin/rest/domains/DOMAIN/projects/PROJECT/runs/<run-id>/attachments"
METHOD = "...
1
vote
1
answer
436
views
HP ALM API : Attaching file to run step through ALM REST API not working
We have fetched Run Steps details using ALM REST API.
(for reference ALM API Documentation
Same question is being asked in ALM community, Community Microfocus ALM
https://some.almserver.com/qcbin/rest/...
2
votes
1
answer
240
views
How to tell when a script is running from ALM or directly from UFT?
I have a script that prompts a user for input data via a MsgBox. I'd like to run the script remotely from ALM test lab and modify it so that these prompts don't come up when I'm running remotely but ...
2
votes
0
answers
116
views
How to retrieve BackColor of highlighted or selected Toolbar item using UFT?
I tried with following also...
Object.Items.item(3). BackColor
But it is throwing entire toolBar colour rather than highlighted colour.
1
vote
0
answers
500
views
generate a daily test execution report in HP ALM
I want to generate a daily test execution report for one of my regression set (which is in 1 folder and that 1 regression has multiple sub folders inside it , which contains test sets).
I tried ...
0
votes
1
answer
165
views
How to Extract detected in Release name or detected in cycle name from HP ALM using rest API?
I am developing an application that extracts defects from HP ALM using rest api call.
Detected in Release and Detected in Cycle has ID stored and not able to extract their reference by value.. Could ...
0
votes
1
answer
266
views
Excel Macro VBA CopyFromRecordSet to retrieve MicroFocus ALM data gives Class doesn't support Automation (Error 430)
I am trying to run a SQL query through Excel VBA to extract MicroFocus ALM data to excel spreadsheet but I am hitting the "Class does not support Automation or does not support expected Interface&...