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

OTAClient.dll and BadImageFormatException in .Net

I'm writing a simple C# application to access defects in HP ALM -- Quality Center. I'm using Visual Studio 2008, HP ALM Quality Center 11.0, and version 9.2.0.5089 of OTAClient.dll. When I execute this line of code: TDConnection qctd = new…
Steve
  • 543
  • 1
  • 6
  • 14
0
votes
2 answers

Using VB interfaces in VB script

I work on workflow scripts of HPQC, and wanted to port some VB code given in the examples to VB script. I am not able to get the interfaces working in VB script. VB Code: Dim iscp As ISupportCopyPaste Dim clipboard As String …
aksarc
  • 13
  • 8
0
votes
1 answer

Error when generating Excel report in Quality Center

I wrote SQL code that tests fine from end to end (all possible values), but when "Generating report" to Excel, an error pops up ("" is not a valid floating point value). In actuality, none of my values are valid floating point values, it is just a…
lpeckazca
  • 1
  • 1
0
votes
1 answer

How to access HP QC(Quality Center 10.0) from Java Application

I am working on java aplication, and i want to access HP QC(10) ALM from my java applicatoin,so that i can access all TestSet Folder,Test Set and Test from HP QC. What are tha APIs excluding REST APIs, since REST APIs does not support for QC 10,Does…
Kamal
  • 11
  • 1
  • 8
0
votes
2 answers

how to get current VAPI XP Test ID using VBScript?

I have a piece of code in VB Script to add test parameters Dim supportParamTest Set supportParamTest = TDConnection.TestFactory.Item(1404) Set testParamsFactory = supportParamTest.TestParameterFactory Set parameter =…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
2 answers

Adding a Parameter for VAPI-XP Test using currentTstTest obj

I am new to VBScript, currently i have created a new VAPI-XP Test > Test Plan , After creating the VAPI test , i have added parameters to my test using test parameters tab Now under Test script (VBSCRIPT) tab i need to get the added…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
1 answer

How to add parameters to test cases in Test Plan using VBScript?

I got a piece of code in vbscript to add parameter to a test case but it throws following error Entity with Key '5' does not exist in table 'TEST' VBSCRIPT: Dim supportParamTest Set supportParamTest = TDConnection.TestFactory.Item(5) Set…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
2 answers

HP ALM REST API Get Requirements Coverage

Is there any way to get the requirement coverage matrix from a specific domain/project/requirements/id ? As I read from the REST API Help you can only get the number of covering items [test] but not the ids oh those test.
0
votes
1 answer

using a Python Win32Com .py in Unix - QC OTA library

Please forgive me if my question confuses you. I have to use HP Quality Center's QC OTA Library (DLL) in my Python Script. I was able to do this on my Windows System after Registering that DLL using Com Makepy Utility . The utility gave me a .py…
Kamil
  • 261
  • 2
  • 3
  • 10
0
votes
0 answers

HPQC - Using Script editor to add functionality in TestPlan

I want to add few functionalities to a newly added button in "TestPlan" toolbar in HPQC. I browsed through the script editor in HPQC, but I am not sure how the code delivery is done (process). Please share with me any links/pointers which might be…
aksarc
  • 13
  • 8
0
votes
1 answer

Quality Center OTA API - how to read list of values from a User Field

I'm using Quality Center 10, and have a question about retrieving data from a user field: I have a Test User Field defined as TS_USER_15 as a "Customers" field from type "lookup List" which has several values. How can I read these list of values…
Shai Alon
  • 969
  • 13
  • 21
0
votes
1 answer

QC10 with Windows7 and VAPI-XP Scripts

I'm currently trying to execute VAPI-XP scripts through QC10 on a Windows7 PC and running into problems whereby I cannot execute them due to Error:Unexpected statement, furthermore I am unable to open the test script tab without QC10 explorer…
matt
  • 41
  • 3
0
votes
1 answer

Quality Center Microsoft Excel Add-in Error

I work on Mercury Quality Center 8.2 Build 3406 Entreprise Edition. In order to write tests within Excel for Test Director, I installed the Excel Add-In. When I try to export the Excel file to Quality Center I get the following message Quality…
Theo Arril
  • 13
  • 1
  • 4
0
votes
2 answers

Read test data from Mercury Quality center 9 via java

We use Mercury Quality Center 9 for storage tests and test results. I need to read test data from Test Plan and to write test result into Test Lab via java. I tried to find about this in google but I have not found anything. UPDATE: I tried to…
Yury Staravoitau
  • 175
  • 5
  • 11
0
votes
1 answer

How to integrate ALM with Ruby on Rails application?

I want to integrate ALM 11 with my Ruby on Rails application, by using REST API, to fetch test cases and to send results back to the HP ALM. Can you please help me with some of examples and references (URLs) for the same, If you have some idea about…