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

SQL improve performance (Left join?)

Due performance issues, the query below is not working anymore. I have few left joins. The main issue is that I'm searching 3 "MAX" in the same table, in order to get max from different values. Is there are way to optimize this? SELECT B.BG_BUG_ID…
-3
votes
1 answer

How to download all the QTP scripts from HPQC?

I want to download all the QTP scripts folder wise to my local system. Currently all the scripts are stored in ALM. Path ->Test plan->Folder->Scripts.
roopini n
  • 503
  • 2
  • 7
  • 29
-3
votes
1 answer

How to fix error where "OPEN" is used in SQL query?

While running this query for open it's not working and showing incorrect use of open. SELECT CAPABILITY, NEW,Open,FIXED,BLOCKED,REJECTED,DEFERRED,REOPEN,RETEST,COALESCE(BLOCKED,0)+…
-3
votes
1 answer

How to import all requirements from a specific path in qc through vba?

I want to import all the requirements with their requirement number and requirement ID from a specific path in QC. I am unable to find the exact OTA code. Can someone show me how to use VBA to do the job.
Karthik K
  • 69
  • 1
  • 6
-4
votes
2 answers

Quality Center: Set a Step Field in Python

I have a very simple problem here. I want to achieve the following VB script Code in Python:- dim objSfact dim objOrun dim mystep Set objOrun = QCutil.CurrentRun Set objSfact = objOrun.StepFactory Set att = objSfact.AddItem(null) att.name =…
amulllb
  • 3,036
  • 7
  • 50
  • 87
-4
votes
1 answer

Quality Centre, TestSetFactory [PYTHON]

I have a problem with dumping testsets list from HP QC. I'm using TestSetFactory object and simple SQL query and I receive > object (I'd love to receive dictionary filled base dump. What is wrong with this code? If you have a questions about…
Pawel
  • 11
  • 1
1 2 3
29
30