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

The server encountered an internal error while attempting to Authenticate via Quality Center Rest API

After attempting OurQualityCenter:8080/qcbin/rest/is-authenticated, I get the expected 401. The next step is to do OurQualityCenter:8080/qcbin/rest/authentication-point/authenticate=Y. This second browser attempt returns an http error 500. I…
Mark Irvin
  • 830
  • 1
  • 6
  • 16
0
votes
1 answer

Traceability matrix in HPQC 10

We need to create a report with traceability matrix between requirements and testcases. I know HPQC 11 has a specific function for it, but I have only HPQC 10. Is there any way to create such a matrix in HPQC10? PS: example of matrix:…
Sergey N Lukin
  • 575
  • 2
  • 16
0
votes
1 answer

Upload CSV as iterations to Test Instance in HP ALM

I am looking to create a macro outside ALM to upload CSV file as iterations to a test instance in test lab. I am stuck at a point where I am not able to see any method or logic in QC OTA to access Test Instance details. Please, let me know if anyone…
0
votes
1 answer

How to pull the data from HP ALM?

Currently i'm trying to pull the data from HP ALM by using c#. In TestSet1 we have 9 fields: 'Name' 'Type', 'Status', 'Planned Host Name','Exec Date','Responsible Tester', 'Time', 'Planned Exec Date', 'Iterations'. From the above, i have retrieved…
Flying Hope
  • 117
  • 1
  • 10
0
votes
2 answers

HP Quality Center field names

I am interacting with HP QC using python and referring to HP ALM OTA documentation. What I need is to access fields in different places (particularly now I am trying to access Test Set description field). As far as I know it is done by following:…
arbulgazar
  • 1,931
  • 1
  • 19
  • 24
0
votes
0 answers

Creating new folder in Test Lab HP Quality Center

I am using python to work with Quality Center and I want to create new folder automatically in Test Lab and add test tests from original folder. (I have a Development folder and would like to separate development testing from release testing) Is…
arbulgazar
  • 1,931
  • 1
  • 19
  • 24
0
votes
1 answer

How to add a test step in HP QC from Java

I am trying to access and modify test cases in HP QC by JAVA. The code is running successfully but the Step, status, Exec dates are not being updated. Here is my code for (Com4jObject obj : testInstances) { ITSTest testInstance =…
Akash Mahajan
  • 512
  • 4
  • 16
0
votes
0 answers

Query to get Bug with their attachment size

Does anyone has the below query (get the list of all defects which has attachment and its attachment size) already with them for a particular Quality Centre project? Query Output: Bug ID || Attachment Size (Collective size of all attachments of this…
MansoorShaikh
  • 913
  • 1
  • 6
  • 19
0
votes
1 answer

Running QTP tests on a remote desktop (Vmware machine) from ALM

I am trying to execute tests on a remote desktop (Vmware machine) from QC. Below are the steps that I have followed, QTP installed on Remote Machines QTP Add-in is installed in QC and QTP machine. QC connectivity Add-in is installed in QC and QTP…
0
votes
2 answers

Connecting to HPQC from 64bit JAVA

While trying to cennect HPQC from a 64bit machine(having 64bit JAVA, and ECLIPSE), I am getting the below mentioned exception: Exception in thread "main" com4j.ExecutionException: com4j.ComException: 80040154 CoCreateInstance failed : Class not…
Parag
  • 107
  • 1
  • 1
  • 4
0
votes
0 answers

Register com4j*.dll on 64bit win 2008 r2 Server and run OTAClient

I have tried all the solutions available on net for registering the right dll. First the Issue: One third party tool uses OTAClient jar which was created through com4j bridge. While creating the tool, the script works fine in local(64 bit) and…
Vinay Gupta
  • 213
  • 3
  • 16
0
votes
1 answer

Re: Handling the Error: The field RQ_REQ_STATUS cannot be used with a

I am trying to extract requirements using the function GetChildrenList(id), the following is my code: Sub Reqextraction () 'here QC connection related code Set rfact1 = QCConnection.ReqFactory 'creating reqfactory object Set rfilter1 = rfact1.Filter…
Srekk
  • 136
  • 5
  • 15
0
votes
1 answer

HP ALM / QC 12 development questions

I'm currently using the QC11 defects module and have a ton of visual basic scripts that I've built. Soon we'll be moving to QC12, and although I have seen that QC12 is based on 'new' technology, I can't find any specific details on what this. Can…
0
votes
1 answer

Get list of ALM project AND domains names in VBScript (QC11 OTA)

I am trying to list QC11 project and domain name in combo box on form load() but I am getting error object required,code I am using: Dim tdc As New TDAPIOLELib.TDConnection Dim projectList As Customization Dim Project As Customization Dim Domain As…
user635545
  • 111
  • 1
  • 4
  • 12
0
votes
0 answers

Issue while trying to connect qc using OTA with java from MAC

I am trying to connect QC using OTA with Java and I am executing from Mac machine. It is unable to establish a successful connection whereas I have tried the same piece of code in Windows and it is working fine. Can anyone throw some light on how to…