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

Quality Center: link to attachment

In HP Qualtiy Center, I have a test case where I have attached some documents. I want to call directly the attachment from other test cases(not the test case). Can somebody help out?
Pradeep
  • 3,420
  • 11
  • 35
  • 38
0
votes
1 answer

Error installation ALM Quality Center 12.60 with oracle database

I need to understand why can I not install this software. I have installed and followed all steps in Windows 7 and Oracle 12.1, and I get this error about admin schema credentials, after I connect with database, during the installation, and using…
Nando
  • 67
  • 1
  • 12
0
votes
1 answer

HP UFT Statement to Exit Component but not group?

we have several Test components grouped. I'd like to do some parameter validation at the beginning and skip the component altogether when certain conditions are met. I wanted to use ExitComponent for this, however I figured this does not only leave…
Axel dabee
  • 33
  • 7
0
votes
0 answers

How to clear open connections in HPQC made by the ALM 12.5x REST API?

Currently I'm signing in to HPQC using this ALM REST endpoint: POST /qcbin/api/authentication/sign-in But when I hit these logout endpoints, my tokens/cookies becomes invalid which is good, BUT the connections made by my API requests do not get…
Akyuna Akish
  • 147
  • 1
  • 7
0
votes
1 answer

OTA QC ALM :ActiveX component can't create object:Set Scheduler = theTestSet.StartExecution("")

I am trying to execute below OTA code from VBS file to have each test in the test set executed but I am getting an error ActiveX component can't create object at the step Set Scheduler = theTestSet.StartExecution("") My System details: OS: Windows 7…
0
votes
1 answer

How to get everything present in clipboard using VBA code?

As of now, I am able to retrieve only text content from clipboard using Data OBJECT despite clipboard having html ,pictures & tables. How to retrieve everything present in clipboard as-is like tables,html etc basically whatever data got copied to…
Srihari
  • 2,509
  • 5
  • 30
  • 34
0
votes
2 answers

What is the REST API URL to get "Linked Defects" from Test in ALM

I was not able to get the linked defects from the test, Is there a way to get it through REST API ?
MSK
  • 1
  • 1
0
votes
1 answer

Selenium Ruby script and HP ALM integration

I am working on Selenium ALM integration. I have scripts which are developed in ruby and I want to trigger the test execution selenium scripts from HP ALM and write test execution result back to HP ALM. Please help me on this.
Brenda
  • 7
  • 1
  • 7
0
votes
1 answer

Is it possible to run qc test set from outside the qc app?

Our organization tries to make thing more "automatics". One of things, we are trying is to run "Tests Set" each night automatically. Is there a way, to run the "Test Set" by command prompt or to write a small c sharp app that will run the "Set"? I…
Eitanos30
  • 1,331
  • 11
  • 19
0
votes
1 answer

HP ALM script to copy tests

Here is my question: Is it possible to change the copy paste especially in test plan using workflow script ? I need to make a script to copy and paste tests from one folder to another but the amount of information is too big to transfer (>= 25 000…
Itrae
  • 1
0
votes
1 answer

Uploading attachments in ALM

I am Using the below code in my VAPI-XP script to upload my latest file in Test lab. But the attachments are not getting uploaded. Set fso = CreateObject("Scripting.FileSystemObject") Set folder = fso.GetFolder("D:\Services\2017\Test\New…
kiran
  • 11
0
votes
0 answers

Hyperlinks missing from the QC (ALM) generated Email

I am trying to send an email from HP ALM which is having some Hyperlinks, but those Hyperlinks are not visible. I am tried searching on Internet and no luck. Code: emails = "someone@somewhere.com" spath = "C:\Screenshot\ABC.png" spath1 =…
nishit dey
  • 458
  • 1
  • 7
  • 21
0
votes
1 answer

how to get the list of folders in a test lab in ALM using REST API?

I am looking for a way to get the list of folders under a test lab and display it in some UI. Is there a way to get the list using REST API? I tried /test-set-folders but I didn't see the folders that I am expecting.
arn-arn
  • 1,328
  • 1
  • 21
  • 31
0
votes
1 answer

C# HP QC ALM REST API: Upload attachments to Defect

I am working on ASP.Net project. I have to upload attachment to the defect in HP QC ALM 12.5x. Authentication part is already done and successfully working. On uploading defect to the attachment, receiving WebException was unhandled: The remote…
Karthick Raju
  • 757
  • 8
  • 29
0
votes
1 answer

ALM Rest API (C#) : Creation of Test Set

I have successfully managed to sign-in/authenticate with my ALM instance using the Rest API, but I am now confused on what I should be doing to create a new test set. private string CreateTestSetURL = …
Swatcat
  • 73
  • 6
  • 21
  • 57