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
1
vote
1 answer

How can I integrate QC and Perforce

How can I integrate perforce and HP Quality Center? I would like to link perforce job and HP QC defect, and more important, we want to see perforce changelist in QC.
1
vote
1 answer

Update a csv file used by Quality Center with a macro

I have a csv files containing iterations that will be imported into HP Quality Center and used to perform automated testing. Some of the data in these files must be updated every month and I have created a macro for each to do this. I cannot keep…
1
vote
2 answers

"WITH" SQL statement within HP Quality Center - Invalid Statements - Oracle DB

I am receiving an error when attempting to run my SQL query within HP Quality Center. The message is "Quality Center cannot run the query because it contains invalid statements. The database is Oracle. My query is: WITH AUDIT AS ( SELECT…
1
vote
0 answers

Cannot Connect Mercury Test Director 8.0 sp2 to Oracle 10

Im trying to connect Mercury Test Director 8.0 sp2 to Oracle 10g but any way i try just fails i have done loads of research and have come to the conclusion Oracle 10g isn't supported by TD 8. Never the less from previous experience there is always a…
seanie_oc
  • 331
  • 2
  • 5
  • 15
1
vote
1 answer

Store the results of the test sets executed from Quality Center when using RunTestSet.exe

I have used RunTestSet utility using ant to run testsets from QC automatically. i need to save the test results in a location. Earlier i used RunResultsOption in vbscript and got the results. Now when using RunTestSet, how can i create a…
Ramya
1
vote
0 answers

Using HP Quality Centre 10 from Java

I am trying to connect to HP QC 10 from Java+jIntegra with the following code: System.setProperty("JINTEGRA_NATIVE_MODE", ""); TDConnection connection = new TDConnection(); System.out.println("TDConnection object…
Marco
  • 83
  • 4
1
vote
1 answer

Passing output parameter of one test case to input parameter of the other test case in HP QC

Is there a way of passing output parameter of one test case as the input parameter of the another test case in HP QC 10 (test cases are automation Test script generated in QTP), so that when test cases are run together (in sequential order) in a…
ss_t
  • 31
  • 1
  • 3
1
vote
1 answer

connecting to HP ALM using REST api JAVA

I want to connect to HP ALM 11 using java. I've heard that using REST api i can connect to HP ALM. 1) Can someone tell me where can I get REST api download and its documentation? 2) Is it provided by HP or its developed by third party? 3) Is…
Ketan Dhamasana
  • 61
  • 1
  • 1
  • 7
1
vote
2 answers

C# Inserting a new Requirement in HP Quality Center - AccessViolationException

Trying to create a prototype application that will post a new Requirement to HPQC 11. I've managed to get a solid connection but when I attempt to add the blank requirement I get an AccessViolationException. TDConnectionClass td = HPQC_Connect();…
Ian Moriarty
  • 317
  • 1
  • 3
  • 14
1
vote
2 answers

COM4j unable to connect to HP Quality Center

Im am trying to generate interfaces of HP Quality Center OTACLien.dll using com4j. I use following command and get this error. com4j version 20110322 OTAClient.dll version 9.1 E:\dum>java -jar tlbimp.jar -o "e:\OutPutofDLL" -p ota…
Gaurav
  • 1,534
  • 2
  • 14
  • 23
1
vote
1 answer

Using com4j and Quality Center to add design steps to test

All, I am using com4j to manipulate Quality Centre and can successfully create test plans and labs, nested folders and actual items in both. I am now trying to add design steps to a test e.g.: ITestFactory iTestFactory =…
brookesi
  • 46
  • 4
1
vote
1 answer

Quality Center OTA API - TDFilter using Python

I have the following code in VB for the QC API to "Find tests that are not in any test set".... I just wish to know how I can write the same in Python? Especially, the line testSetFilder.Filter("CY_CYLE") = ">= 0" VB Code Public Sub…
amulllb
  • 3,036
  • 7
  • 50
  • 87
1
vote
1 answer

What is the best way to integrate a Selenium WebDriver GRID 2 implementation into Quality Center?

We are using Quality Center to manage our test cases and manual test execution. Quick Test Professional isn't quite lining up with our needs, so we have begun implementing WebDriver + Java + TestNg + GRID2. TestNg approaches things centrally from…
Ed Wolb
  • 198
  • 9
1
vote
2 answers

QTP to Generate QC Reports

I'm trying to automate reporting from QC by using QTP to export/save an excel file of the status of the tests on QC. I'm trying to use QTP's object manager to perform each task, but I am running into two problems. The first problem that I am…
Bigby
  • 193
  • 2
  • 4
  • 12
1
vote
1 answer

Unable to Install Client Side QC 10.0

Unable to Install Quality Center Client Side on the client's machine. Operating System: Windows Vista IE Version:9 We tried all the basic trouble shooting steps like deleting TD_80 folder from %temp% and performing a fresh installation. Deleting…
Srihari
  • 2,509
  • 5
  • 30
  • 34