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

Export all defects from HP ALM using PHP

How can I export all defects with certain status from HP ALM using a PHP script?
Arup Garai
  • 151
  • 1
  • 7
0
votes
0 answers

Calling custom fields form Defect Table in HP ALM using C#

I am currently working on a C# code to export a Bug Report form HP ALM using OTA. I am successfully able to fetch the System Fields but am not understanding the way to fetch the User Defined fields. Below is the code snippet. I have marked the point…
0
votes
1 answer

Visual Studio 2008 and HP Quality Center 10 : are there any plugins?

Do you know any plugin to use HP Quality Center 10 from VS2008? Thanks, Leo
leo
  • 1,134
  • 1
  • 8
  • 20
0
votes
0 answers

TDAPIOLE80 issue with test item number

I am new user to QTP+ALM and i am struggling to understand the usage of Item number with TestFactory. I have managed to read number of articles on this site and it seems, it is a unique id and hence is used by the code that i have inherited.…
Rohit
  • 1
  • 1
0
votes
3 answers

How can I write chained joins in a HP ALM Rest API query?

I'm using HP Quality Center version 11.52, and I am tasked with copying a series of graphs, or AnalysisItems, as their official name is. I have not found any way to retrieve the graph display data directly from the AnalysisItem, so my approach is to…
jumps4fun
  • 3,994
  • 10
  • 50
  • 96
0
votes
1 answer

HP QC REST API for postman rest client

I tried to connect HP QC using postman rest client The followig URL(Example) http://qc-server.com/qcbin/rest/domains/DEFAULT_773497139/projects/773497139_DEMO/defects?username=username@gmail.com&password=mypassword It throws error as follows…
Senthilnathan
  • 790
  • 9
  • 27
0
votes
1 answer

C# Windows Form - How to Reuse an Object from a Different Button Click Event

I am building a Windows Form where I am connecting to HP Quality Center OTA. I am able to login to the system but after logging out when I click to the Login button the previous instance of the object doesn't get reinitialized. Is there a way to…
Sohel
  • 656
  • 2
  • 11
  • 31
0
votes
1 answer

In HP QC SPS, i need to create a report with defect id, time the defect was in a particular status

I have a task at hand, where i need to create a report with defect id, time the defect was in a particular status, In HP QC SPS. The issue at hand is (for example) , if the status changed from 'new' to 'open in analysis', then to 'under…
GDLK
  • 1
0
votes
1 answer

TDConnection in Excel VBA

I am trying to connect to HPQC though vbscript in excel. I have already added the OTA library to Reference. When I am trying to instantiate an object as TDConnection, Global tdc As TDConnection Set tdc = new TDConnection its throwing an…
Vikram
  • 65
  • 2
  • 9
0
votes
1 answer

Not able to get valid response with HP ALM REST API

We have implemented a 2-way integration with HP ALM 12.5 through REST API in Java., and trying to get the requirement details by Req ID and getting the following response. 405 Method Not Allowed Exception qccore.method-not-allowedMethod not…
Jesh
  • 63
  • 3
  • 9
0
votes
1 answer

Importing bugs to JIRA from HP ALM

My project is closing our HP ALM instance and is switching to JIRA, and I got stuck with doing the import. I am planning to use the CSV import function in JIRA, but I am having some issues. Is there a better way? Preferably free, but I can probably…
0
votes
1 answer

adding personnalized field for tests status on HP QC/ ALM

On my test plan tab, i'm trying to add another option to my tests technical status "ready, design".. so i'm tring to add: "to review" as shownenter image description here I've tried to do it by the customization, but I don't find how. Thank you
bben147
  • 1
  • 2
0
votes
1 answer

How to call shell command via VAPI-XP-TEST

I have .py script that run from the cmd. I want to execute it in quality center automatically (I understood that is done using the test type VAPI-XP-TEST) and to get indication of '"Pass"/"Fail". How exactly I can do it? Thanks.
Popa
  • 273
  • 1
  • 4
  • 13
0
votes
3 answers

Need to pass test case in QC through Java

Could any one help me in below issue I want to pass test cases in QC through Java, I used con4j and reached till test sets but I am unable to fetch the test cases under respective test set. could any one please help me in how to pass test cases in…
0
votes
1 answer

Navigate/pre-populate view for multiple defects via hyperlink to HP ALM/Quality Center

I know I can link to an individual defect via a hyperlink such as the one below: td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416 Is there a way to go to multiple defects by calling a different action or…