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
2
votes
2 answers

HP ALM Quality center - How to register or add a vbscript externally instead of using workflow script editor

I need to perform some tasks related to workflow customization. Currrently, I am using the Workflow Script Editor to add a vbscript. Can the same thing be achieved without logging in to HP ALM and without using the script editor. Say, I have the…
user3264571
  • 21
  • 1
  • 2
2
votes
2 answers

QC : How to Find a test in QC by test case id using OTA API in C#

I am using OTA API in C#. How can I find a test in QC, if I am having test case ID. (Find Test by Test Case Id) Test may present under any folder in Test Plan.(i.e Under SUbject).
yogikam78
  • 21
  • 1
  • 1
  • 3
2
votes
3 answers

How to automate HP-Quality Center?

Can someone tell me how to automate HP Quality Center site administration? I read somewhere that QC can be automated using QTP (with .NET add-in). Can we do it by using selenium webdriver? If there is any way to do this, can you give me any link or…
Gopi
  • 101
  • 2
  • 5
2
votes
2 answers

Import excel test to HP Quality Center

I want to import test on my excel document to HP Quality Center, in Test Plan part. I used add-in excel plugin to import test and it worked fine but the "Req coverage" tab in HPQC get not filled. I want to fill it with a column in my excel called…
2
votes
2 answers

How to sum the results of three different queries from same table

I'm trying to sum the results of following three queries on same table to generate one single report. SELECT b.BG_SEVERITY as Severity, count (b.BG_BUG_ID) as Total FROM BUG b where b.BG_USER_12='QA3' group by b.BG_SEVERITY SELECT s.BG_SEVERITY…
vnai
  • 31
  • 2
2
votes
1 answer

Issue while adding attachment to QC Test Case using Com4j API

I am trying to add attachment to QC Test LAB Test Case run from my Java code using Com4J API. I was able to create a successful run, however while adding attachments below code is throwing invalid parameter for "IAttachment attach =…
user1449507
  • 21
  • 1
  • 3
1
vote
3 answers

How to add parameters to test cases in Test Plan using Java?

I've tried various things and googled multiple hours but couldn't find a solution to my problem. I'm using the Quality Center OTA API via Com4j to let my programm communicate with QC. It works pretty good, but now I've stumbed upon this problem: I…
pDOTgetName
  • 84
  • 2
  • 7
1
vote
2 answers

How to use SoapUI/Groovy to add Test Results to Quality Center Test Run

I had a scenario where I need to add my test results from a SoapUI test case to a related test case in HP Quality Center. How could I go about doing this with Groovy.
Josh Ripley
  • 239
  • 1
  • 5
  • 17
1
vote
0 answers

generate a daily test execution report in HP ALM

I want to generate a daily test execution report for one of my regression set (which is in 1 folder and that 1 regression has multiple sub folders inside it , which contains test sets). I tried running below query but not getting any output from…
anurag
  • 11
  • 1
1
vote
0 answers

Quality Center Filters and Favorites Action

I am trying to change the filters in the display of the current user in the Defects module. I have set the "tdc.BUGFactory.Filter" object with my filter and i can access the data, but i cannot force it to be displayed to the user! any idea on how to…
Achraf
  • 98
  • 1
  • 8
1
vote
1 answer

Unable to get Test run details from ALM API

Using below python code to get all test runs/test instances under a domain and project however it throws an 404 error, able to get the defects not the test runs import json import requests from requests.auth import HTTPBasicAuth import…
Vinod
  • 376
  • 2
  • 11
  • 34
1
vote
0 answers

Using Quality Center Hudson Plugin for QTP only

Can we use Quality Center Hudson Plugin for QTP only without installing QC?
Rakesh Goyal
  • 3,117
  • 8
  • 39
  • 69
1
vote
1 answer

Quality Center 11 / QTP - Unable to view and amend xml resources

I'm using QC/QTP 11. I've creating an environment variable in QTP and exported/saved the file to QC so it is an external variable. This is saved in the resource area of QC. However when I go to QC>Test Resources>Resource Viewer for the xml file I…
andyfinch
  • 1,312
  • 2
  • 19
  • 34
1
vote
1 answer

HP Universal Configuration Management Database UCMDB Starting Point

I'm working with a contractor installed UCMDB instance that was put in before I started. What are some good starting points that I should read to get up to speed so that I can ask good questions of the implementing consultants? We have a limited…
1
vote
1 answer

Consolidated QTP Result for Multiple Tests inside email

I am running multiple QTP Scripts from Quality Center. On running the scripts, email is sent indicating PASS/FAIL result for each test set. If script fails to see the detail report we have to go in QC/QTP Report.Is there any way to get detail report…
Rahul Jain
  • 612
  • 1
  • 18
  • 49