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

Rails App Integration with HPQC (HP Quality Centre)

I wanted to integrate hp quality centre to a rails app which is developed and deployed on a linux system. I found that it uses the OTA (Open Test Architecture API). However it been specified that it uses a OTAclient dll for doing the activities of…
Kelvin K
  • 116
  • 1
  • 1
  • 5
0
votes
1 answer

Connecting QC using JAWIN

How to connect QC(OTAClient.dll) through Jawin. Confused over Dispatchptr("TDApiOle80.TDConnection") I cannot use Jawin Type Browser.
0
votes
1 answer

Quality Center Modify Status of Automatic Runner via OTA

A simple need in Quality Center. Background: In HP Quality Center -> Test Lab, you can create a testset having many testcases. You can run the testset or individual testcase by clicking on the Run (which starts Test Run Scheduler). Considering that…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

Quality Center VAPI-XP-TEST - Modify Default Python Script

I have a simple need with Quality Center 10 If you noticed in Quality Center Client on IE 8 -> Test Plan. If you create a new Testcase with Test Type = 'VAPI-XP-TEST', it will ask you for Script Language and Script Name. I have selected Script…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
1 answer

CAlling a c# code from quality center

I want to call a c# code from quality center. The XML files are residing in quality center I want to know about any driver,code that will give that xml data to that c# code. Thank in advance
0
votes
2 answers

Adding testcase results to Quality Center Run from a outside Python Script

I want to try to add all the step details - Expected, Actual, Status, etc. to a QC Run for a testcase of a TestSet from a Python Script living outside the Quality Center. I have come till here (code given below) and I don't know how to add Step…
amulllb
  • 3,036
  • 7
  • 50
  • 87
0
votes
0 answers

ALM API Call to fetch the filds 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 moduleAny help will be appreciated. TIA` `*--OTA code* Set…
Anju
  • 11
  • 1
0
votes
0 answers

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 format, data such as the number of successful tests,…
0
votes
0 answers

HP ALM/QC rest api query with an OR between fields

HP ALM/QC rest's API seems to default on AND when filtering and using a semi-column. How can i use OR between the following 3 fields instead of an AND. &query={user-02[NOT Dev];user-08[NOT Y];status[NOT Closed]} I tried to simulate this in the UI…
0
votes
1 answer

sync defects from QC

our QA team use QC to manage defects. our DEV team use VS2010,TFS2010(for source control only), SharePoint. the QA team is behind a private network with no connection to DEV network. what is the best (simple and cheap) way to sync just the defects…
Yaron Amar
  • 181
  • 1
  • 14
0
votes
1 answer

Can't start again ALM service after stop it

I installed trial version of HP QC 11.0. After installation ALM service runs ok, I can use Site Administrator, create new user and project. But after stopping ALM service I can't start it again. In system event log I see error The HP Application…
Elena
  • 266
  • 3
  • 12
0
votes
4 answers

Is it a good idea to use HP Quality Center for Continuous Integration?

We need to compile our code after check - ins, be notified if compile fails, run tests, be notified of test results and publish our application (publish a website or create an msi file for a desktop app) on a daily basis. We are using SVN and were…
Serhat Ozgel
  • 23,496
  • 29
  • 102
  • 138
0
votes
2 answers

Integrating Sharepoint with Quality Center

I am an intern for a company that wants to try to integrate data from HP Quality Center (graphs, dashboards, data etc) into Sharepoint 2010. The whole idea is that once a test case or something is updated through Quality Center; it should…
Jona
  • 1
  • 1
  • 1
0
votes
1 answer

Attach Screenshot in ALM Test Case step level using QuerySerge

can we execute Test Cases and attach screenshot in ALM/HPQC using QuerySerge Tool. We are trying to implement automation and want to execute the Test case and attach screenshot using the tool. I am aware that we can connect the QC and QuerySerge.…
0
votes
1 answer

Using Python for QC'ing Excel file with multiple tabs

I am a little new to Python and have a couple questions for the experts here. I am looking to see if it is possible to have a python code go through an Excel File and run a series of checks in multiple tabs in the file. After it runs those checks, I…
bekim27
  • 3
  • 2