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
1
vote
1 answer

Get subfolders name from folder name in Test labs using HP ALM REST API

I am using HP ALM rest API to access HP QC data. How to get subfolders name from parent folder name in Test Lab using HP ALM REST API I have used this link for LOGIN TO QC REST. GET DATA FOR SPECIFIC…
Arup Garai
  • 151
  • 1
  • 7
1
vote
1 answer

Request: Need a Query that will return the Run Steps and Step Status of the last executed Test Lab run

Hello helpful HP ALM gurus, I currently use the following query: SELECT CF_ITEM_NAME as "Test Set Folder Name", CY_CYCLE as "Test Set Name", TS_NAME as "Test Case Name", RN_STATUS as "Test Case Status", ST_STEP_NAME as "Test Step Name", ST_STATUS as…
Jay R.
  • 11
  • 1
  • 4
1
vote
0 answers

ALM QC Test Coverage Progress Report

I have been handed over responsibility of improving the current reporting structure of a project on ALM QC. What is the best way for me to produce a graph/report showing planned vs actual vs actual passed? Ideally this would be directly via QC…
Zoheil
  • 13
  • 5
1
vote
1 answer

Is it possible to make a recursive SQL query - with HP Quality Center?

This question has already been asked in stackoverflow and elsewhere: Is it possible to make a recursive SQL query ? Requêtes récursives avec les CTE - Exemples avec SQLServer 2003 But I would like to make this work for a report query in HP…
asoundmove
  • 1,292
  • 3
  • 14
  • 28
1
vote
1 answer

HP ALM 12.5 - How to Make Test Sets Read Only in Test Lab Module

I am trying to make particular test set Read Only, meaning no one will be able to run, delete or modify these particular test set. I also don't know how to make Test Sets and also Folders Read Only for Delete and Modify functions yet, any help there…
Sohel
  • 656
  • 2
  • 11
  • 31
1
vote
1 answer

HP ALM Explorer - Module - Notification to developer

Currently we are using HP ALM 11 at our company to keep track of defects and change requests! While logging a defect or change request we specify the module in which the defect was found or changes required. Is there a way to customize this tool so…
01000001
  • 833
  • 3
  • 8
  • 21
1
vote
2 answers

HPQC 12.53 - Error While Raising a Defect From a Failed Test Step

I am getting the following error while trying to raise a defect for a failed test step: "Object reference not set to an instance of an object". This error is observed from all test cases that were uploaded using ALM Excel Add In. But for any other…
Sohel
  • 656
  • 2
  • 11
  • 31
1
vote
2 answers

Need to Migrate QC ALM to Rally (including all existing folder structure and test steps)

We are trying to migrate QC ALM to Rally. But the problem is, need to move entire existing folder structure and all test cases to Rally. I have seen in Rally help is possible by setting and running config file.…
1
vote
1 answer

HP ALM Connectivity OTA - Export Projects Error

I am using the following code to export projects from HP ALM 12.5 (using ALM Connectivity - OTA). Currently, it fails on the following line: sa.ExportProject v_domain, v_project, v_fileName with error message: "Run-time error '-2147220350…
Sohel
  • 656
  • 2
  • 11
  • 31
1
vote
0 answers

Not able to find subnodes in HP Quality Center after level 2

I am working on VBA to fetch subfolders from Quality Center. I am able to fetch folders under Subject but not able to fetch subfolders. Error I am getting is : Object Required Set Treemgr = QCConnection.TreeManager On Error GoTo ErrCatcher Set…
Rahul
  • 53
  • 1
  • 8
1
vote
0 answers

Create Defect Using OTA API

I am trying to add a new defect in QC using OTA API. I am unable to set some mandatory fields while defect creation. Below is my code.I am using .NET framework 4.5 and C# for code development. There is a problem with Issue Type field, constant used…
1
vote
1 answer

How do you remove a step from a test in Quality Center via the OTA API

In the Quality Center OTA API how can you delete steps from a test. When I delete steps using the RemoveItem method of the DesignStepFactory, they still remain - I've tried deleting by both ID and step reference: Test test =…
Bittercoder
  • 11,753
  • 10
  • 58
  • 76
1
vote
1 answer

QC REST API : Unsupported Media Type

We use HP Quality Center and we upgrade 11.5x to 12.21 and i use the API to create a ticket. Connexion and ticket creation are ok, but attachement of file is not. I got {"Id":"qccore.general-error","Title":"Unsupported Media…
Killan
  • 321
  • 1
  • 6
  • 14
1
vote
1 answer

Updating QC ALM defect Comments Section using REST API

Using REST API in Java I am trying to update QC ALM. I am getting value in html format when I am trying to extract comment section for any Defect. So, if I want to add any comment, do I need to pass as HTML content with the previous comment or is…
rohit saraf
  • 37
  • 1
  • 8
1
vote
1 answer

ALM excel add-in error while trying to map excel fields with ALM fields

I am trying to upload test cases excel sheet to HP ALM. Below are the steps i followed to upload the sheet - I chose the sheet to upload, opened it -> from toolbar -> clicked 'HP ALM Upload Add-in' Clicked 'Log in to ALM' -> entered the ALM…
user2014
  • 171
  • 1
  • 14