English 中文(简体)
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 wasn t enough to get started. I m a beginner and this is the first project of my career. How do I go about this?

问题回答

Check out the Perl script bz_webservice_demo.pl in Bugzilla s contrib directory, it shows how to talk to Bugzilla via XMLRPC.

There are a few things you could do:

  1. Export defects from Bugzilla into a spreadsheet and upload it into Quality Center
  2. Use the Open Test Architecture API (OTAClient.dll) to update defects in Quality Center
  3. Use the HP Synchronization Server and build an adapter

Using the HP Synchronizer is probably the only "real" way to do it. Though you could potentially build your own sync mechanism, potentially using just OTA and a message queue.

There may be an existing adapter available from proficom-ag based on a presentation I found via a web search





相关问题
QTP, access to QC field by label

I want to update a custom user field in QC using the Label of field instead of the name At the moment we are doing it this way Set currentRun = QCUtil.CurrentRun currentRun.Field("RN_USER_03") = 1 ...

Qtp, export datatable to Quality Center

I have my QTP Scripts in Test Scripts Tab and datasheets in the Attachment Tab of TestPlan of QC. I import these datasheets to Datatable (Global) of QTP and use the data in my application using the ...

Visual Studio project remains "stuck" when stopped

Currently developing a connector DLL to HP s Quality Center. I m using their (insert expelative) COM API to connect to the server. An Interop wrapper gets created automatically by VStudio. My ...

Automating HP Quality Center with Python or Java

We have a project that uses HP Quality Center and one of the regular issues we face is people not updating comments on the defect. So I was thinkingif we could come up with a small script or tool ...

QTP, QC, Load Runner and RFT tutorials

I am newbie in testing. Can you please suggest me some good tutorials of Quality Center Quick Test Professional RFT Thanx in advance

Mercury Test Director vs. Selenium: Compare and Contrast

The Question: What are the benefits and disadvantages of TestDirector over Selenium Some background: I have a little experience with Selenium, but I m told my company owns an enterprise license of ...

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 ...

热门标签