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
3 answers

ALM C# application

I am using Interop.TDAPIOLELib dll to connect to ALM (application lifecycle managment). In order to connect to the project i am using TDConnection but when executing this line _connection = new TDAPIOLELib.TDConnection(); i get this…
Amjad Abdelrahman
  • 3,372
  • 1
  • 13
  • 20
1
vote
1 answer

Getting all the 'Runs' of Test Scripts from Test Lab in Quality Center through OTA

Could some one help me in getting the below task done. It will be great help. Ex: I have a Test Script in Test Lab in a particular path in QC. I need to develop a OTA, which will provide me 'All Runs' of the Test Script present in the path that I…
user1692355
  • 15
  • 1
  • 4
1
vote
0 answers

Executing Selenium Webdriver scripts from ALM

Requirement - To have best of both the world - Automation using Selenium webdriver (Java) and test management using QC/ALM. Read that we can use ALM's Open Test Architecture (OTA) to run external scripts. Can someone please list down the steps?
Krishna S
  • 71
  • 3
  • 12
1
vote
1 answer

Creating defects in QC from Jenkins when build fails

I'm running Jenkins in Linux and I want to raise defects in QC when the build fails. What's the easiest way to do that?
1
vote
1 answer

How to get Business component instance number from QC/ALM

I am working on BPT framework on QTP and for a testcase i am using same component multiple times. I want to fetch the Business component instance number from QC ->Testplan->TestCase->Business component. Based on the instance number i will read the…
1
vote
1 answer

HP- ALM Installation error - QAIAD.dll has no digital signature or the publisher is untrusted

I have installed HP ALM 11.52 on windows server 2008 r2 for learning purpose. I have used sql sever 2008 and iis 7. I have installed and configured the ALM successfully to use on local machine. Now i can login into the site administration using…
hiren panchal
  • 289
  • 1
  • 3
  • 15
1
vote
1 answer

Check if object exists in VBScript

I am using the HP ALM API to fetch a field from the database. The problem is that it can happend, that this field does not exist on the project, and everytime that happens, I get the error bellow. How can I check the field object properly to make…
nimrod
  • 5,595
  • 29
  • 85
  • 149
1
vote
1 answer

Add new Comment for a defect in Quality Center 11 using C# (OTA API)

I have been trying and searching hard to add a new comment for a defect using C# and OTA API, but not able to achieve anyhow. Bug is having summary, id.. etc properties but no Comment property. I tried like this: private void UpdateComment(string…
AppDev_Mon
  • 11
  • 3
1
vote
1 answer

how do we enable Send by Email function in HP ALM 11.0?

I am attempting to decipher how I can enable the "Send by Email button in the defects section of HP ALM 11.0. We have three environments, Production, Certification, and Test/Development. PROD and CERT have this disabled, but it is enabled in…
Chuck B.
  • 53
  • 2
  • 8
1
vote
1 answer

Retrieving details of Test object

After reading the folderstructure of QC Test Plan, I have read a list of Test by TestFactory testFactory = (TestFactory)qcConnection.TestFactory; TDFilter testFilter = (TDFilter)testFactory.Filter; TDAPIOLELib.List testList; folderPath =…
Mare Infinitus
  • 8,024
  • 8
  • 64
  • 113
1
vote
2 answers

Unable to connect to QC server

I am a .NET developer using C#. I am trying to connect to QC Version 11 server (64bit) but it's throwing an exception (Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))) when I call .InitConnectionEx method. I have…
user2478625
  • 123
  • 2
  • 12
1
vote
1 answer

How to download a file from TestResource using JAVA OTA (COM4J)

Actually I need to download the XLS file from Test Resource using Resource ID in java Can any one help me out Please I tried with below pece of code but m missing something on it IQCResourceFolderFactory rft =…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
1
vote
0 answers

How to get test instance details from Test Set in HP QC-OTA Client Java / C#

Actually, I need to retrieve all test instances which is been loaded up in Execution Grid tab from the given TestSet ID using C# or java Here is my code (JAVA): ITDConnection tdc = ClassFactory.createTDConnection(); …
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
1
vote
1 answer

HP Quality Center 11 OTA API - How implement the IList2 interface

I am developing an application to extract all entities from a Quality Center project that matches with certain filter. For this I am loading the entities on a TDAPIOLELib.List object. This is an extract from the method that performs the…
Ivan
  • 101
  • 2
  • 10
1
vote
1 answer

How to download HTML Report from HP ALM Performance Center 11.0 using rest API

I want to download HTML default report for a test run from Performance Center storage (using Rest API). Actually I need just summary.html file. I was using the following steps in PC 11.5: Request test scenarios: …
mihai_mandis
  • 1,578
  • 1
  • 10
  • 13