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

Updating the status of selected test cases in Test Lab

I'm trying to update a test case status using VBScript for a concrete selected test cases, however I'm unable to identify the selected (highlighted test cases) rows. There are features in QC like "export selected" or "report selected"... which mean…
Victor
  • 1
  • 4
0
votes
2 answers

Java UnsupportedClassVersionError (51), but only when executing command from remote machine

I have a simple TestNG setup, where I invoke a main class from command line. The tests runs perfectly. I run them from command line, because I need to trigger the execution from HP Quality Center. This also works, as long as the QC-client…
jumps4fun
  • 3,994
  • 10
  • 50
  • 96
0
votes
1 answer

Need COM4j.jar file for QC12.21

I am using QC12.21 but i am unable to fing COM4J.jar file for QC12.21. When i am creating a connection with QC through JIra Rest API, it is giving me an incompatibility issue. If anyone have com4j.jar file for QC12.21, Please share here Error- The…
0
votes
1 answer

How to download multiple UFT scripts from Quality Center to UFT?

I am able to get a single project from Quality Center at a single point in time. but i want to download multiple projects at once. is that possible and how? thanking you in advance
Sohaib Jamal
  • 109
  • 12
0
votes
2 answers

Update test execution status in QC using Rest API + Python

I want to update the test results of Robot framework to QC using Rest api. By fetching the output.xml file of robot framework, I want to update the test results to QC using rest api. To do that, I've started develop the scripts using HP ALM 11 Rest…
0
votes
1 answer

QC API JAR to connect using java

I'm trying to integrate QC (also known as ALM) using java/servlets/springs and I've tried the following jar to do it, however I'm not able to establish the connection. 1) "com4j" - which is quite old and is also mentioned on this forum as well,…
Anshuman
  • 1
  • 1
0
votes
1 answer

refresh parameter in testplan

I added a parameter at a business component. This parameter will not added to the testplan/parameters. Same if I change a default value. It will not be refreshed, even it's the default value. I even restarted HP QC. Any recommendations?
Schtief
  • 31
  • 1
  • 3
0
votes
1 answer

Steps to download Test Scripts as attachments from Quality Center

I am aware that we can create an excel macro to connect to QC and download the test case count and details like that into excel rows. But is there a way to download the test scripts in the form of files to local desktop. Please share some pointers…
Prem
  • 4,823
  • 4
  • 31
  • 63
0
votes
1 answer

how to create a VAPI-XP test case using javascript/VBscript

I am trying to create an test case in new trial version of HP ALM 12.5 as test type (VAPI-XP test) Step1. Chose the Script type ( Vbscript, JScript, PerlScript) Step 2. Choose the console of the application (COM/DOM console / Java Class/ SOAP…
ajay k
  • 13
  • 5
0
votes
2 answers

HP ALM - download a resource under a specific folder in the Test Resource module

We are using ALM 12. We have multiple folders in our Test Resources module, and some of the resources stored in these folders have the same name as in other folders. I am able to download a resource using the name, but can't figure out how to get…
Kyle
  • 1
  • 1
  • 3
0
votes
1 answer

Sporadic Hang in CoUninitialize using QC OTA 12.50.1287.0

I see sporadic hangs in a program that uses the OTA to integrate with HPE Quality Center. The hang occurs in the CoUninitialize call. From WinDbg I see the thread that calls CoUninitialize: 0:000> kb ChildEBP RetAddr Args to Child …
TheArtTrooper
  • 1,105
  • 8
  • 19
0
votes
2 answers

How to filter/get Test Lab instances/configurations using cross filter in ALM using OTA API?

Hi am trying to get a list of test configurations using complex filter I got from ALM GUI (its from the button Copy Filter…
0
votes
1 answer

How to get Linked Defects of a test instance using QC OTA API

Set TSChildren = TSFolder.FindChildren("") For Each TSChild In TSChildren Set TSFactory = TSChild.testSetFactory Set TSList = TSFactory.NewList("") 'Iterate through all the Test Sets For Each TestSet In TSList Set TSTestFactory…
0
votes
1 answer

how to get history info from QC using OTA

Below My Code that gets info of Bug history from QC. I have problem with AuditPropertyFactoryFilter which does not filter. AuditPropertyFactory has more than thousand rows. If I comment var changesList =…
Ilya
  • 141
  • 2
  • 14
0
votes
3 answers

How to connect ALM (QC)with selenium web driver?

Please suggest me steps to connect with ALM by selenium web driver. Assignment : Create connection with ALM by selenium web driver. 2.Mark Test cases as Pass / Fail
Manu Chauhan
  • 1
  • 1
  • 1