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
1
vote
0 answers

How to run tests from HPQC in a distributed environment to make the device testing possible?

How to run tests from HPQC in a distributed environment to make the device testing possible? I would like to invoke a test script on another machine from HPQC to make the devive testing possible. Please advise.
Shamli
  • 84
  • 5
1
vote
1 answer

What are the different OTA dlls used for

I am looking to connect ALM and soapUI and while i was looking for the OTA dll i found a bunch of other libraries with the word OTA in their…
Abhishek Asthana
  • 1,857
  • 1
  • 31
  • 51
1
vote
2 answers

how to integrate bugzilla and HP quality center?

I'm working on integrating Bugzilla with HP Qc. I'm performing this by using perl script by directly manipulating the database using sql commands. I want to use the web services of Bugzilla. I have gone through the Bugzilla webservice API but tat…
Anitha
  • 11
  • 1
  • 2
1
vote
1 answer

Quality Center administration via REST API

I'm currently working with the HP Quality Center REST API which works pretty good for creating and reading entities. But I'd like to perform some administrative tasks that way. Is it possible to add or remove users from projects and (un)assign…
MarPa
  • 88
  • 1
  • 6
1
vote
2 answers

Get List of Projects in each Domain in ALM using OTA API

From Google the below command can be used to get the list of available domains in ALM: QCConnection.VisibleDomains But I am not able to find the code to get the list of projects under each domain. Please let me know how to get the projects list…
Vel Ganesh
  • 537
  • 3
  • 12
  • 32
1
vote
1 answer

access defects from HP quality center using com4j (java)

i have been able to connect with HP QC project using com4j. But now i want to be able to access the Defects using filters. I dont know the actual field names of all the fields as i do not have admin rights for QC, so i cannot go to customization…
pvash
  • 23
  • 1
  • 7
1
vote
1 answer

How to invoke QTP on a server from a webserver through C# or VBS coding

I have been struggling with this since 1 month. Can someone please help me with this scenario? I have QTP installed on one server and my ASP.Net web application installed on a different server. I am trying to invoke QTP from my web server using C#…
user545359
  • 413
  • 5
  • 16
  • 29
1
vote
2 answers

Quality Center api using only HTTP?

So.. I set up IE to use WebScarab as a proxy, and then logged into Quality Center. Lo and behold, the program uses HTTP to do all its communication with the server, and the all commands and responses are human-readable text. It ain't XML, it ain't…
Licky Lindsay
  • 1,048
  • 6
  • 10
1
vote
0 answers

After I installed HP ALM 11.5 on openSUSE, Jboss do not start successfully

Follow the HP ALM installation guide, step by step. But in the end of installation, start Jboss did not successfully? Help ! I had tried some solution, reinstall some times, but it failed. Is anybody can help me? Thx!
Answer
  • 11
  • 1
1
vote
1 answer

Trying to Connect to Quality Center using VS Express 2012 gives System.BadImageFormatException error

I am trying to Connect to Quality Center using a WPF application on Visual Studio Express 2012. My system configuration is Windows 7 64 bit. I have added a reference to OTAClient.dll in the project. The Embedded Interop types property for this dll…
1
vote
1 answer

HP ALM 11 Upload attachment using PHP and cURL

I need to upload an attachment to a test in HP's ALM 11. To do so, I have created a custom PHP function based in cURL to use the REST API of ALM. This is the code: public function attachment($project, $domain, $entity, $id, $filename) { $qc =…
Libo
  • 11
  • 1
  • 3
1
vote
3 answers

QC Connection from Java using Com4

I am trying to connect to QC using code below : ITDConnection2 QCconn= ClassFactory.createTDConnection(); QCconn.initConnectionEx(Parameters.QC_URL); QCconn.login(Parameters.QC_USERNAME, Parameters.QC_PASSWORD); QCconn.connect(Parameters.QC_DOMAIN,…
Jas
  • 11
  • 3
1
vote
1 answer

HP ALM: Extract defects of a target release with a predefined filter

I try to extract all the defects linked to a target release with a predefined filter in order to export the data into excel with VBA. Can anyone help me? Currently, I don´t have an idea how to do that.
1
vote
1 answer

Error: failed due to the following error: 80040154 when i call Req() class

I use OTAClient.dll from HP for conencting with Quality Center. My connection is correct: TDConnection tdCon = new TDConnection(); tdCon.InitConnectionEx("http://...."); tdCon.Login("username", "userpass"); tdCon.Connect("****", "********"); But in…
user1848942
  • 355
  • 1
  • 5
  • 21
1
vote
1 answer

Getting Test Case List from QC using Com4j

I have written the following code to retrieve the list of Test Cases from QC, but the tsTestFactory is null, whereas when I evaluate qcConnect.testSetFactory() it returns a Com4j object. What am i doing wrong here ITestSetFactory tsFactory =…
Vivek
  • 2,091
  • 11
  • 46
  • 61