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

Add a folder in HP ALM QC 11.0 Releases Tab Using Excel VBA

I have been trying to create a folder structure in QC Releases folder. I could traverse the existing number of folders but I couldn't find anything for adding new folder of my choice. Here is the Sub Routine that I wrote which I plan to call by…
0
votes
3 answers

Unable to copy the clipboard details on a remote machine while running tests from ALM

I'm using following script for Recovery scenario in UFT by calling the function ErrorrecoveryHandler(object): Function getClipBoardText(object) Dim objCB Set objCB = CreateObject("Mercury.Clipboard") Dim sClipText ' Assign clipboard…
0
votes
1 answer

SQL query for HP ALM to get full requirement path

I have an SQL Server ALM project. I need a query that extracts all requirements with their full path, which can up to four levels including the requirement name. Since I'm on SQL Server I'm unable to use the tools supplied by Oracle (which make this…
kelstrup
  • 1
  • 1
  • 3
0
votes
1 answer

Attaching Files to QC defect by Java code from local machine

When we open a defect in QC generally we need to attach the logs of the server i want to Make an application such that It will take files(logs from all the relevant server) and stores in our local machine and then we can rar those files and directly…
Rahul
  • 1
  • 1
0
votes
1 answer

QC: Get folder structure with test set and cases along with their pass or fail status

I need some directions on how to approach this... I have a folder structure in QC like the one I attached in this screenshot: I want the result in below format All along I have been using the cross filter in standard report using Test Instance…
Bhavani Kannan
  • 1,269
  • 10
  • 29
  • 46
0
votes
2 answers

Need to connect HP QC from linux machine using Python script

I want to automate my result posting stuff in QC using my Python script and that too form Linux machine. I have a lots of examples and stuffs to connect to QC in Windows using wincom32 module for windows Python, But in linux i am not able to find…
pankmish
  • 787
  • 1
  • 13
  • 35
0
votes
0 answers

ALM11 OTA API Error for Unattached test sets: No post allowed for object that has virtual father

In HP-ALM 11, moving test sets from the 'Unattached' folder to any other folder in the test lab, using the OTA API throws the below exception: 'No post allowed for object that has virtual father' The exception is thrown at the 'post'…
sji
  • 1
  • 2
0
votes
1 answer

How to retrieve data in delta using REST API from HP QC? Can we configure it to push data to an endpoint whenever there is a cahnge?

How to retrieve data in delta (only new data compared to last retrieval) using REST API from HP QC? Can we configure it to push data to an endpoint whenever there is a change?
0
votes
0 answers

Some lines in the code are skipped while exceuting test in UFT through ALM

Some lines in the code are skipped while exceuting test in UFT through ALM. My code is below to read number of lines from the text file: Function GetTextFileLineCount(Filepath) Const ForReading = 1 Set fso =…
0
votes
2 answers

Is It Possible to log Selenium Webdriver Test Results to Quality Center?

I am looking for a way to integrate selenium and QC to log Results.Please help me on this how it can be done. Is there any way to do this. Thanks in advance Rashmi
0
votes
2 answers

How to add entries in history tab in quality center for requirement tracebility

I want to add the logs for the requirement history for the changes in the requirement tracebility. Currently,the logs for the changes in the requirement tracebilyt are not being captured in the history section. Is any code or API to make changes in…
0
votes
0 answers

what is the difference between a node and a Subject Node as in HP ALM\QC

what is the difference between a node and a Subject Node in HP-ALM\QC I know that Both appear same , but cannot be used in the same way. Tried a lot of googling but of no use. Also check the OTA document but could not get better understanding. Can…
Asjad Azeez
  • 53
  • 13
0
votes
0 answers

ALMQC OTA accessing test versioned data

I am working with ALMQC 11.52 and using a versioned database. For a specific test I would like to access previous versions using the OTA API. Could anyone be kind enough to post some vb code to retrieve the test details field (TS_USER_15) from a…
bob
  • 1
  • 2
0
votes
1 answer

Configuration ID of a Test ID in HP Quality Center

I was writing VB Script to retrieve the config ID of a test ID. I get the test ID, Name, Status with following code: Dim TSTestFact = tsObject.TSTestFactory Dim TestSetTestsList = TSTestFact.NewList("") For Each tsInstance In TestSetTestsList …
Chhabilal
  • 1,076
  • 11
  • 22
0
votes
1 answer

Get Test cases from Test Plan using OTA

I have the following structure in QC Test Plan > Subject > Sample(Folder Name) > Scenario (Sub Folder) > TC1 (Test Case ) How can i retrieve TC1 using OTA and Java. Written the following code to get the Test folders , but not able to get the…
Vivek
  • 2,091
  • 11
  • 46
  • 61