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

Selecting tests from the middle of a test lab in QC

I am having around 800 odd tests in QC. I have a vbscript that will run and mark all test cases in test lab as PASS when I run the script. The only worry is, the script always starts running from the first test until the last one which I specify…
user1501034
  • 343
  • 3
  • 6
  • 16
0
votes
2 answers

How to integrate HP Quality center with rails?

I want to integrate HP qc with my rails application, on linux OS, anybody worked on any api or ruby gem? Thanks in advance. Anurag Saxena.
0
votes
1 answer

HP QC 10 defect tracking - is editing the description a bad thing?

When seeing a description in HP QC from a user which says "Button not working", it becomes a waste of time to chase them up to get replication steps, typing them up and then verifying them. I have encouraged my team to overwrite the Description when…
Dominic Zukiewicz
  • 8,258
  • 8
  • 43
  • 61
0
votes
1 answer

Clarification needed in VB Script for performing some day calculations

I am currently working on defining workflow scripts in HP Application Lifecycle management tool using VB Script. My problem is I have to generate an Excel chart for calculating the efforts put on by various developers in a particular…
0
votes
2 answers

HPQC C# Create Test Planning Test

Working on a QC integration tool and having trouble creating a test in the Test Plan - unfortunately the API is written for VB6, and I'm working in C#. Here's what I've got so far: private void HPQC_Create_Test_Plan_Test(TDConnectionClass…
Ian Moriarty
  • 317
  • 1
  • 3
  • 14
0
votes
1 answer

How to update Description/Optional ID field of a Test Instance in QC 11 using QTP?

I want to update a specific field (description/Optional ID) of a test instance in QC using QTP. Below is waht I am curently doing: Through QTP, by calling OTA API I am connecting to QC and pulling test instances into one of the test set in test lab…
0
votes
1 answer

Recursive retrieval of "Subject" fields for defect reports in QC 11

On HP Quality Center 11.0: I need to make a recursive read of the labels in the "Subject" branch for a set of defects. I can tell that the server is app. not an Oracle one as the sys_connect_by_path "cheat" does not work. Instead I'm stuck with…
kelstrup
  • 1
  • 1
  • 3
0
votes
1 answer

Problems in creating test script in ALM using OTA and JACOB

I have created a piece of code in vbscript through which I am able to create test scripts in ALM via OTA. Now I am trying to do the same thing through Java using JACOB as the Java 2 Com bridge and I have been able to create an empty test script…
Lavneesh
  • 127
  • 1
  • 3
  • 10
0
votes
1 answer

QTP: ActiveX can not create Object

I tried to connect to SA Api from Quick Test Professional. But it ran into an error and displays "ActiveX-Component cannot create an Object: "SAClient80MP.SAapi". Can anybody help me?
kk-dev11
  • 2,654
  • 5
  • 37
  • 48
0
votes
2 answers

uploading defects in QC using Qtp

Is there a way to upload defects into QC without using QCUtil? because the following can be used only when writing it in a QTP test, it is not working when written in a vbs file or in vba . Dim QCConnection Set QCConnection = QCUtil.QCConnection…
Tom
  • 411
  • 12
  • 28
0
votes
1 answer

What changes I need to do on the restored DB and how?

I have restored a DB from "mixed authentication" MS SQL Server into "windows authentication only" SQL Server. My application is configured for windows authentication which uses 'dbo' for accessing DB. But in the restored DB , all the tables,…
Hanumanth
  • 1,197
  • 2
  • 10
  • 14
0
votes
1 answer

Defect status types in HP QC

I'm using HP QC to manage defects (just started) and had a question regarding the various defect status types.... We have: New - new defect Open - ?? Active - defect is being investigated Fixed - dev team have issued a fix-need retest Ready For…
user559142
  • 12,279
  • 49
  • 116
  • 179
0
votes
1 answer

QTP: detect browser objects as win objects

I am testing web pages in QTP. I've already created the object repository and it worked fine in XP. now we've upgraded to Windows 7. There I reqularly facing a problem, that It doesn't detect any Browser objects more. Instead of…
kk-dev11
  • 2,654
  • 5
  • 37
  • 48
0
votes
1 answer

Can I move defects from Quality Center to Bugzilla

Have anyone migrated defects from Quality Center to Bugzilla? If so, can you tell me how can I do it?
user1373677
-1
votes
1 answer

Python: passing url through variable not working

I've below code in python to connect to HP QC ALM and it's working as expected when values are hardcoded: from win32com.client import Dispatch class QC_ConnectorClass(object): def __init__(self): print("class init") def ConnectToQC(self): …
Karthick Raju
  • 757
  • 8
  • 29