Questions tagged [hp-quality-center]

HP Quality Center is a web-based system for requirements, test, and defect management.

HP Quality Center (QC) is a set of web-based test management software offerings from the HP Software Division of Hewlett-Packard. HP Quality Center offers software quality assurance, including requirements management, test management and business process testing.

442 questions
0
votes
1 answer

ALM Rest API : site-session returns 'The remote server returned an error: (400) Bad Request.'

I am getting '(400) Bad Request.' when I try complete authenticate against an ALM REST API, the first part (authentication) is successful) and I get the LWSSO_COOKIE_KEY, but site-session always fails with a 400 error code. What am I doing wrong…
Swatcat
  • 73
  • 6
  • 21
  • 57
0
votes
0 answers

SQL returning duplicate values in the Query

I am trying to get the linked test cases associated to a defect. The Problem arises when i run the query, i am getting duplicate values even when there is a "DISTINCT" clause to the query. Select Distinct LINK.LN_ENTITY_ID as "Link_Id", Bg_Bug_ID…
nishit dey
  • 458
  • 1
  • 7
  • 21
0
votes
1 answer

HPQC - RecordSet Not Displaying All Data

I am using HP (Microfocus) Quality Center 12.5 and designed a button using the toolbar in Workflow. The following code pulls the first value from the RecordSet but not all values. How do I pull all values from the RecordSet and display it? Sub…
Sohel
  • 656
  • 2
  • 11
  • 31
0
votes
1 answer

Connection to HP ALM with macro using proxy

I am using TDApiOle80.TDConnection within my vba code to connect to HP ALM. But when i try to connect to HP ALM remotely i need to use proxy. Is there a way/method by which we can use proxy inside vba to connect with ALM.
DevX
  • 490
  • 6
  • 23
0
votes
1 answer

How to use 'Export to HP ALM' Addin for Excel using Macro or VbScript

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 the range and follow the wizard like steps of this Addin. Is…
Pranav
  • 437
  • 3
  • 19
0
votes
0 answers

How to set expando property of JScript with proper Javascript/ECMA?

I'm writing XP-VAPI scripts in HP ALM and some objects of the OTA-API use a construct which looks like this: object.Field('nameOfField') = newValue; Obviously this is not valid in Javascript. But because I use an IDE that checks the syntax…
AlvaHenrik
  • 404
  • 2
  • 10
0
votes
1 answer

.net - How to get the test cases present in a test set using HP ALM 12.5

Below query is used to get the test cases present in a test set.But the response returns all the test cases present in the project irrespective of the test set id passed in the query.…
art
  • 33
  • 4
0
votes
0 answers

Alternate way for sleep function

I have VBScript which is use to pass the test case in HP QC. How it works: By passing shortkeys of each button under each step. Challenge: Currently I am using Sleep in between two shortkeys. But sometimes if the next window is not loaded and my…
sharan jain
  • 85
  • 1
  • 11
0
votes
2 answers

Unable to remove folder with GIT repo via command in VBScript

I am using Quality Center to execute tests in Windows 8. The VBScript file creates a temporary (timestamped) workspace/folder to clone the git repository and execute the test. When I try to remove the folder in the end of the test, it doesn't work…
koxta
  • 846
  • 2
  • 8
  • 30
0
votes
1 answer

How to change call test parameters in ALM?

I have created a test Templates it has just one step and I have used 3 parameters A,B,C. I have to run this script for 10 cases and every time A and B will remain the same but C will Change. One thing i can do is every time just pull the test cases…
MKONDKARI
  • 9
  • 3
  • 10
0
votes
1 answer

about HP ALM User Interface Resolution

I just starting to use the HP ALM QC and wonder if you could help me some pointer regarding the problem with User Interface. Follows the printscreen of HP ALM: The Problem is that the words on the User Interface are not properly shown and I already…
0
votes
1 answer

Ignore HTML tags in QC REST API output

Using HP ALM REST API, we get the Memo fields embedded with HTML tags such as , , , etc. Is there a way to suppress the same using any options? Using the earlier OTA API, we had the option to use tdconnection.IgnoreHtmlFormat=True,…
G Narayan
  • 7
  • 3
0
votes
1 answer

I am using Interop.TDAPIOLELib.dll for QC ALM Integration But taking too much time for getting All Test Plan Tree Structure

I am using Interop.TDAPIOLELib.dll for QC ALM 12 Integration and installed QcConnector.exe from tool link from QC ALM 12 on my 32 bit window machine. I want to fetch all TestPlan with parent folder hierarchy . But its take too much time around 75…
Shubham
  • 183
  • 1
  • 3
  • 15
0
votes
2 answers

Where can I find a list of HP QC HEX Error codes

After a certain action (no conclusive evidence as to which action) Quality Center returns the following error: [...] HRESULT: 0x8004dddd Where the 'd' stands for any digit. The fact that I do get such an error code might be normal. It is a way of…
Matthias dirickx
  • 141
  • 2
  • 10
0
votes
1 answer

Jenkins plugin for HP ALM

I am trying to execute QC test scripts from Jenkins groovy. Do you know any plugins which support QC execution from Jenkins? I found HP ALM Quality Center Plugin which is not working and hp-application-automation-tools-plugin which is breaking my…