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

Automated tests not executing in UFT except first one

We have a tests campaign which is supposed to be launched automatically (by Windows tasks scheduler). It used to work, but now for some reason only the first test of the first test set gets executed. The tests are defined in QC (ALM) and runned by…
0
votes
1 answer

export defect details from quality center and update it on Oracle DB

I want an an automated batch job, that runs nightly, that downloads specific columns from QC(defects) with a set of filters and then update the data on to an Oracle database. Which scripting language would you suggest to look in to? Any input will…
Ramya
  • 51
  • 2
  • 10
0
votes
1 answer

Providing access to HP QC ALM 11.0 for external users outside corp network

We have HP QC ALM 11.0 Enterprise edition installed on Windows Server and used by many users across the organisation within corp network. Now we have a requirement for a project to be accessed by external vendors outside the corp network i.e via…
0
votes
1 answer

Export links, defects and test results from Excel to QC

I have a question about HPQC. I have the Excel add-in but it doesn't seem like I can export the links between defects and Test cases. Is there a way to export the links between defects and Test cases from Excel? Also, I would like to know if I can…
Shaira B
  • 1
  • 1
0
votes
1 answer

HP ALM query by name with spaces

I am trying to use HP ALM 11's REST API. So far I have been able to query stuff fine. Now I have hit a case where the name of the entity (a test folder) is with spaces: "WebView - New Thin UI" {name['WebView - New Thin UI']} If I specify the query…
wilx
  • 17,697
  • 6
  • 59
  • 114
0
votes
0 answers

HPQC OTA Client Java API - Get Testcase History

I'm using ota client java api to retrieve the test case details. Can someone please explain how to get history record of each testcases from hpqc using OTA client for Java API. (using IHistoryRecord Interface).
0
votes
1 answer

Update status of test case in ALM

I am trying to update the status of the test cases in ALM to Passed.Had written Java code using OTA API to update the status in QC , but understand the same will not work for ALM. What would be the way to get a handle of test cases in ALM and update…
Vivek
  • 2,091
  • 11
  • 46
  • 61
0
votes
0 answers

HP QC ALM How can I list the recently checked in scripts and tests?

We are working with HP QC ALM v11.00. We have enabled version control in the same. I need to keep an eye on all scripts (Business Components and Test Resources) that are recently modified in the same. I need to do this to have an overview on the…
0
votes
3 answers

Unable to get Requirements coverage information from QC 12 via REST api?

Unable to get Requirements coverage information from QC 12 via REST api? I am using QC 12 in my project. Can anyone tell me is it possible to get test coverage information from requirements via QC 12 using REST api?
0
votes
1 answer

QC/ALM OTA- IgnoreHtmlFormat is not working as expected in Excel VBA

I have written a code in Excel VBA for updating the descriptin of test case in test lab. In that code,Once I have connected to the project, I am setting tdConnection.IgnoreHtmlFormat = True and later I am updating the description. Now the problem I…
Piyush Sharma
  • 71
  • 1
  • 8
0
votes
0 answers

Selenium testng to QC integration

We have written VAPI-XP test cases in QC and created a required folder structure in QC:-Resources. Which contains all the prerequisite classes in JUnit. This approach is successfully working for us to run the JUnit test cases from QC. Now, we are…
Durgesh
  • 585
  • 4
  • 12
  • 33
0
votes
2 answers

How to find number of test sets in a folder using VBA and QC OTA?

I am writing VBA code using QC OTA to pull execution report needed to sent to client daily, is there any way to find number of test sets withing a folder so that I can run the loop to find total number of passed, failed scripts? now I am using…
0
votes
1 answer

Filter List Connecting HP Quality Center using Java

I want a list which has the names of all the filters available to provide in filter list for fetching the defect list from the HP Quality Center. Here is my code: Com4jObject coBugFactory = connection.bugFactory(); IBugFactory bugFactory =…
Ashu
  • 2,066
  • 3
  • 19
  • 33
0
votes
1 answer

Requirement tab folder structure

I want to create folder structure in requirement tab and map the test cases from test plan using QC OTA.I want folder structure same as in the test plan. I am able to download all the test folders path from test plan but I am stuck on creating same…
0
votes
0 answers

QC Extract sql query from Graph report

Hi I have a QC Graph report and a QC SQL statement that are meant to produce the same data but the data does not always match. I need to run the SQL once a day and save the results in a database. We trust that the data in the Graph report is…
Desmond Nzuza
  • 130
  • 1
  • 11