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

Is there any plugin available for Hudosn and HP ALM 11 integration

I want to integrate Hudson and HP ALM 11 (Quality Center). So that once test cases are run those are also uploaded back into QC. Is there any plugin available or how should I do it?
Saikat
  • 14,222
  • 20
  • 104
  • 125
0
votes
2 answers

Reading specific test steps from Quality Center with python

I am working with Quality Center via OTA COM library. I figured out how to connect to server, but I am lost in OTA documentation on how to work with it. What I need is to create a function which takes a test name as an input and returns number of…
arbulgazar
  • 1,931
  • 1
  • 19
  • 24
0
votes
1 answer

Finding Test set and Sub folder from a parent folder in QC Test Lab

I am trying to extract sub folders (not all children folders) along with Test sets(not all children test sets, only next test set) from a parent folder in QC test Lab. Let suppose There are 2 sub folders and 1 test set in a Parent folder in QC: …
Srekk
  • 136
  • 5
  • 15
0
votes
1 answer

Getting First Run status of Test Scripts in QC through OTA

I would like to have the 'First Run Status' of the scripts present in a path through the OTA. Ex: If I give a QC Test Lab Path, I would like to see All the Test Scripts along with their First Run Status. Say, 1234 is a Test Script. It might have…
user1692355
  • 15
  • 1
  • 4
0
votes
1 answer

Extracting Requirements folder Tree structure from QC using API

I am trying to extract requirements from QC Requirement module. i could extract all requirements of a QC project but i would like to extract selected requirements only. So i need to give folder path and extract requirements accordingly. Currently i…
Srekk
  • 136
  • 5
  • 15
0
votes
1 answer

Pulling data from ALM to Excel

I'm trying to pull data from ALM and save it in an excel sheet. I'm writing the code in the Workflow of ALM. When I write the below single and tried to save, it was throwing error: Dim cn As ADODB.Connection Do we have to give any references before…
0
votes
2 answers

Workflow to enable particular users to modify a field in HP QC

Could you please let me know as how to create a workflow to enable particular users to modify a specific field in HP QC.
Zamir
  • 5
  • 2
0
votes
3 answers

What do the numbers before test testcase in Test lab indicate?

What do the numbers before test testcase in Test lab indicate? For example: [1]Login with ur…… What does the [1] mean?
user3378783
0
votes
3 answers

Why Browser compatibility testing comes in NFR?

I am making a SRS and as per the research that I have done on Non Functional Requirements "Browser compatibility" testing comes in NFR . Please explain why we take "Browser compatibility" in NFR
0
votes
2 answers

Vapi-xp library properties of TDAPIOLELIB are disabled

We are writing the vb scripts in Vapi-xp (in QC) to execute the Shell scripts in unix box. At present, Vapi calls the functional library in the local to run shell scripts. As part of enhancements to Frame Work , we trying to attach the Functional…
user3356164
  • 783
  • 1
  • 5
  • 6
0
votes
0 answers

What can be the reason Project Planning & Tracking is not working for one project in HP ALM 11.0 when it is working for another project?

Some of our projects use Project Planning & Tracking functionality of ALM. We are facing an issue where the functionality is not working for one project even though it works fine for other projects. We already did project verify & repair from Site…
Amit
  • 19,780
  • 6
  • 46
  • 54
0
votes
0 answers

JAVA SE stopped working while connecting to project on QC/ALM Server from java application using OTAClient and com4j

I tried connecting java with QC with help of OTAClient and com4j. It is getting connected to server and then the login was also successful. But when it comes to connecting to a particular project and domain it takes some time, works and then says…
0
votes
0 answers

How do I connect to HP Quality Center?

I am trying to write a program that will delete users from HP Quality Center if the username is not in the Active Directory in C#. I have seen articles and posts saying that you should use OTA and TDAPIOLELib, these aren't available for me to…
Mark
  • 197
  • 1
  • 3
  • 14
0
votes
0 answers

how to export qc test cases associated with requirements filtered by specified requirement fileds to excel?

steps are as follows, get requirements filtered by specified requirement fields,for example que_no,child_no. actually,these requirement fields are associated with CQ fields. export test cases coveraged by above requirements to excel. test case…
Venus
  • 1,184
  • 2
  • 13
  • 32
0
votes
1 answer

QTP - QC Test architecture

I wrote a large Function Library in QTP (now UFT) to test a web site. The various functions are called by an Action script driven by an .xls file. Test data is also included in the .xls file. I can currently turn on and off functions by editing the…
Luxin
  • 1
  • 1