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

Is there a better way to do this in in Quality Center?

Is there a better way to this?I am Trying to extract everything under a specific folder in QC SELECT A.AL_FATHER_ID, A.AL_ITEM_ID, A.AL_DESCRIPTION as Folder FROM All_LISTS A where A.AL_DESCRIPTION=@folderName@ union SELECT B.AL_FATHER_ID,…
Eextreme
  • 1
  • 1
0
votes
1 answer

Why is IntelliSense in Visual Basic NOT showing the Methods/Variables present in Object during Coding?

Hi All, I am new bie in Visual Basic scripting , I started using Visual Basic 2010 for scripting purpose. Please find the attached screen shot, I have connected to the application using td connect object and after that I should be able to access all…
Srihari
  • 2,509
  • 5
  • 30
  • 34
0
votes
1 answer

HP Quality Center Web service

i'm trying to access the HPQC to get all the data into my database, aprt from IBM rational tool , is there any option available to achieve this, preferably .net
0
votes
1 answer

Having issues running QC test cases using HP OTA client i.e. TDAPIOLELib from asp.net error is access denied error when triggering TSScheduler

I am facing issues triggering test cases in QC by using the TDAPIOLELib library. When i debug the application using Visual studio 2010, the QC scheduler starts running and then the test case is also run in remote machine, but after deploying in IIS…
bvenkat88
  • 19
  • 5
0
votes
2 answers

connecting alm and soapUI

I am trying to making soapUI and ALM communicate. I finally got scriptom setup correctly and even got the HP OTA ALM Reference. However i have a few queries... The Reference says You must download and register the COM library on every…
Abhishek Asthana
  • 1,857
  • 1
  • 31
  • 51
0
votes
1 answer

JACOB - ALM OTA connection - How to retrieve the list of testsets

I am trying to get list of testsets using JACOB- ALM connection. I am using below code to establish connection. Dispatch.call(disp, "InitConnectionEx", "url"); Dispatch.call(disp, "Login", "user","password"); Dispatch.call(disp, "Connect",…
Sravan
  • 1
0
votes
1 answer

Jenkins QC plugin Can't create TDConnection Object

I'm attempting to use the Jenkins QC plugin, but when I build on jenkins i'm getting the following console errors Started by user anonymous Building in workspace C:\Users\builder.jenkins\workspace\QC Plugin [QC Plugin] $ cscript /nologo…
user2367078
  • 395
  • 2
  • 5
  • 10
0
votes
1 answer

How to get QC OTAClient dll version that registered using com4j

I'm trying to update test results from TestNG and using com4j to connect from java. i was able to connect to QC but while accessing the test lab node i'm getting below error. While searching through forums i found somewhere that it may be older…
Karthi
  • 479
  • 2
  • 9
  • 21
0
votes
2 answers

Connect to QC using Javascript

Is it possible to connect to QC using Javscript. I am able to connect to QC using VB Script , but can the same results be achieved using Javascript with the same code.
Vivek
  • 2,091
  • 11
  • 46
  • 61
0
votes
1 answer

Access each Bug item after filtering and creating newlist in QC using com4j

I am able to connect to hpqc using com4j and also able to filter the defect. Now i need to access each item of the buglist. I am able to access for a single defect like : IBug bug =…
pvash
  • 23
  • 1
  • 7
0
votes
0 answers

"Value does not fall within the expected range" on C# for adding a bug on HPQC

This function is supposed to add a new defect on HPQC. However it gives an "Value does not fall within the expected range" when null is in the .addItem(). Does anyone know what might be the problem? public static void addBug() { String…
Kuews
  • 21
  • 1
  • 8
0
votes
2 answers

error while connecting to hp Quality Center using com4j

i m trying to connect to hp qc version 10.00 using com4j library in eclipse on Win7 I followed the following steps: Created the wrapper for the OTAClient.dll using tlbimp.jar Registered OTAClient.dll using regsvr32 Imported the OTAClient Wrapper in…
pvash
  • 23
  • 1
  • 7
0
votes
1 answer

how to integrate soapui and quality center using vapi-xp type

As a project requirement, We are doing webservice testing using soapui pro . I have already created a batch file to execute the test case from soap ui. Now, as porject testcases are increasing, we would like to run our soapui testcases from Quality…
user2626534
  • 11
  • 1
  • 1
0
votes
1 answer

How to find the latest modified file in QC11 current test attachment using QTP10

i want to find the latest updated/modified file name in QC attachment for the current test using QTP code. can anyone please help on this?
0
votes
2 answers

How to convert Hyperlinks to Embeded OLE Objects

I use an application (HP Quality Center) that generates a Word .docx report with Attachments as Hyperlinks, where the hyperlinks point to the attachments on my PC's C:\ drive. Clearly, I cannot send the report by email or move somewhere else, with…
jradxl
  • 535
  • 1
  • 4
  • 20