How to automate HP-Quality Center?

Gopi picture Gopi · May 28, 2013 · Viewed 9.5k times · Source

Can someone tell me how to automate HP Quality Center site administration? I read somewhere that QC can be automated using QTP (with .NET add-in). Can we do it by using selenium webdriver? If there is any way to do this, can you give me any link or something to refer to?

Thanks in advance :)

Answer

Xiaofu picture Xiaofu · Jun 4, 2013

Since it seems you want to automate day-to-day tasks rather than perform automated testing an automated testing tool is unneccessary in this case. You'll want to use the QC/ALM Site Admin API instead.

Login to QC/ALM and find the help library. There you should be able to see the Site Administration API guide that contains function references and samples for automating the common admin tasks. The API is packaged as a COM library, so you have a wide choice of languages that you can use to access it.