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

Getting Number of ALM user connected

I am trying to get number of user connections and License used in a ALM. I was able to accomplish it using Site Admin Console and SQL Queries. Is there a way where I can get it apart from above 2 solutions. I also tried to automate the same…
0
votes
2 answers

Unable to connect Excel to ALM

Trying to connect to HP ALM 12.5 from Excel using below code qcURL = "https://xxx-alm.xxxx.com/qcbin" qcID = "xxxxx" qcPWD = "xxxx" qcDomain = "xxxO" qcProject = "xxxxxx" 'Initiate connection with ALM Server Set oTDConnection =…
Vinod
  • 376
  • 2
  • 11
  • 34
0
votes
2 answers

Oracle SQL, how to constrain on join?

This is HP/IBM Quality Centre; There are three tables. A testcycl has test and a test has steps. Steps have many duplicates by nature of having many runs. Therefore, for a given TestCycle, I would like to get all of the tests including their steps,…
HandsomeRob
  • 445
  • 3
  • 7
  • 14
0
votes
1 answer

Import Sharepoint XML based requirements to HP Quality Center

We're thinking of moving away from Sharepoint 2003 and to HP Quality Center for our requirements tracking system. Is there a way to import our current Sharepoint requirements and user stories to HP Quality Center? Has anyone had any issues/successes…
Ovi Tisler
  • 6,425
  • 3
  • 38
  • 63
0
votes
0 answers

How to limit the "depth" of a folder-tree a filter returns in HP ALM?

I am trying to build some simple graphs in HP ALM to follow the advancement of test case statuses. We have a classic tree structure of test cases sorted in folders like Root -Level 1 --Level 2 ---Level 3 ---Level 3 ---Level 3 --Level 2 ---Level…
0
votes
1 answer

How to attach files to QC using VBA?

I get a Runtime error: "-2147219913 (80040637) Automation error "you do not have the required permissions to execute this action" while trying to upload a file to Test case in QC using VBA. Set QCConnection =…
Raja
  • 57
  • 1
  • 8
0
votes
1 answer

Get user fields from ALM OTA using python

I am trying to export test cases from ALM to some remote server and following is the working code I have. I have few user defined fields (for example, IsAutomated) in test cases and I am wondering how I can get this value using ota-api. def…
Fenixs
  • 377
  • 1
  • 4
  • 20
0
votes
1 answer

com4j works in eclipse but not working in jar

I wrote a tool (using spring boot) to get the details from HP QC v10. I'm using com4j API for this. Program works fine in eclipse but throws following Exception when I'm running code through jar (which I have created using maven install). I have…
user1480133
  • 177
  • 1
  • 6
0
votes
1 answer

OTA-Defect comments field value returns with HTML tag

I have written a macro to get the last comments of all open defects in HP ALM.It works fine most of the time but sometimes for few specific defects instead of fetching the defect comments, it gets some random HTML tag. I am already using…
0
votes
1 answer

How can I get Linked entity of a defect using REST API in QC ALM

In QC ALM we have linked entities in every defect. I want to access using REST API. Please help. Thanks in advance
Arup Garai
  • 151
  • 1
  • 7
0
votes
1 answer

TFS - HPQC Bi-Directional Integration

Can bug in TFS be integrated with defects in HP ALM in a two-way manner? If yes, how will it work?
0
votes
1 answer

Can we write for loop in HPQC/ALM Query builder

I am using HPQC/ALM version 11.00 and I want to write an sql statement that retrieve the number of step that passed, failed, blocked, etc... for each run id. I tried to write a for loop, but query builder throws 'Quality Center cannot run the query…
Vivian Yung
  • 79
  • 1
  • 9
0
votes
1 answer

Propagating ALM parameters between called sub tests

In HP ALM/QC, given : a Template Test T1 with a parameter P1 a Template Test T2 with a parameter P2 Can I make T1 call T2 with the value of P1 inserted into P2? In T1 I tried to call T2 and pass "<<< P1 >>>" as the value for P2, but it did not…
Wenneguen
  • 3,196
  • 3
  • 13
  • 23
0
votes
3 answers

Delete the generated script in QC

By mistake I have generated the script for one of test case in quality center. Now I am unable to execute it manually. Please guide me how to remove the script
Pradeep
  • 3,420
  • 11
  • 35
  • 38
0
votes
2 answers

How to integrate LeanFT Selenium with HP QC

Now I am using Selenium (Java + Maven + Jenkins + TestNG + GitHub) with Microsoft Test Manager (Test Management Tool) for UI Automation. Microsoft Test Manager provides the APIs to integrate/map the manual tests from test manager to automated tests…
ANP
  • 165
  • 12