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

Autohotkey, send Ctrl+R or Ctrl+Q to Quality Center is not working? Any Ideas

I am trying to automate some qc ( Quality Center ) tasks through Autohotkey. Find below the code, It identifies and activates the QC > Test Run window, but after that the send keys function is not working. But the code is executed fully without any…
Prem Nambi
  • 81
  • 1
  • 3
0
votes
2 answers

Quality Center - Can I get the items from dropdown box in QC?

I am using Quality Center's OTA API in C# and I need to get the items from the dropdowns in QC to a SQL database. Some lists weren't long so I did them manually but the [BG_PROJECT] list has a lot of items so I really don't want to do it manually.…
user2494938
0
votes
1 answer

Programmatically find attachments to defects in HP Quality Center

How do I programmatically determine if a defect in HPQC (Now HP ALM) has an attachment? if(bug.HasAttachment){ //do stuff } doesn't seem to be working...
0
votes
2 answers

QC - How to export Requirements and their corresponding test cases from excel to QC in a single go?

I am aware we shall do the task seperately, then again we need to link each requirement with a test case. Is there any macro or short cuts available to export Requirements and their corresponding test cases from excel to QC in a single go. Please…
Prem
  • 37
  • 4
  • 10
0
votes
1 answer

OLE error when running test scripts from QC 11.00 locally

This has been happening some time now and I finally decided to write about it here so you guys can help me out if you could... In my TEST LAB in QC 11.00 I have created and EXECUTION GRID importing scripts that have been made in UFT 11.51 When I…
Pixie
  • 412
  • 1
  • 8
  • 26
0
votes
2 answers

Want to remove white space returned from a SQL query via Powershell

I want to retrieve all users from our HP ALM QC installation and have a Powershell script that does this. The problem is that it pads the output with spaces to, I assume, make it more readable. This is the script $ServerInstance = "qc-server…
koenig
  • 516
  • 1
  • 6
  • 15
0
votes
1 answer

Array functions not working in QC Workflow script

I am trying to use some array functions like UBound, LBound. But the script doesn't seem to recognize them. Please see the below code: TestArray = Split(sourcePath,"\") MsgBox "size is " & UBound(TestArray) I get the…
aksarc
  • 13
  • 8
0
votes
2 answers

Having troubles executing HP ALM test suite remotely

I am attempting to invoke a test suite in ALM programmatically. I have no issue running the specified test suite on my local machine when I execute the code (when my machine acts as a test runner). I run into an issue however when I attempt to point…
Tony D.
  • 551
  • 1
  • 10
  • 26
0
votes
1 answer

Uninstall and reinstall HP QC 11.0

I want to uninstall and re-install HP QC 11.0 in my machine. But, I am not able to figure out a way. It doesn't appear in Add/Remove programs also. I use Win XP. Any help would be highly appreciated.
user1915108
  • 95
  • 2
  • 2
  • 8
0
votes
1 answer

Retrieve Test Parameter Values from Quality Center

I have been trying to get the actual value of my parameters from Quality Center that have been set in my test's test configuration. I am using the OTA API through python. I cannot seem to get anything but the default value. Where should I be…
inadaze
  • 171
  • 1
  • 6
0
votes
1 answer

Python :issues in adding VAPI-XP parameters using CurrentTSTest object

I know similiar question has been asked previously. Instead of hijacking the question iam raising a new one as that question didnt answer my issue. Here is the code: Iam using Python language def Test_Main(Debug, CurrentTestSet, CurrentTSTest,…
Macintosh_89
  • 664
  • 8
  • 24
0
votes
1 answer

Quality Center V11 Script Stats using Java and COM4J

I am trying to access ALM V11 (QC) Test Script details like Passed/No Run for particular project using Java but i am getting null. Can someone please help me on this? Error I get: java.lang.NullPointerException at…
VBJ
  • 673
  • 5
  • 14
  • 24
0
votes
2 answers

Association of any kind inbetween QC projects?

I want to associate one QC project with another (e.g., manual testing and automation testing). I use QC 11.00 I would like to know what kind of association there can be between two QC projects (on the same domain), so I do not have to maintain two…
Pixie
  • 412
  • 1
  • 8
  • 26
0
votes
2 answers

how to integrate HP QC 9.2 with HP QTP 11.0 on different machine

i am trying to integrate QC 9.2 with QTP 11.0. The QC 9.2 is installed on my local machine and QTP 11.0 is at some other remote machine. I want my QC to be able to communicate with QTP 11 to run the test scripts. Please help me with this and please…
user443208
  • 35
  • 1
  • 1
  • 8
0
votes
1 answer

How do I generate a Quality Center recordset with C#?

I am converting an application that connects to Quality Center via the OTA API from VB.net to C#. The application makes extensive use of recordsets, but I have not been able to get them to work in C#. Specifically, I have trouble casting Command…
JonnyGold
  • 861
  • 6
  • 15
  • 20