Rails App Integration with HPQC (HP Quality Centre)

僤鯓⒐⒋嵵緔 提交于 2019-12-12 03:22:38

问题


I wanted to integrate hp quality centre to a rails app which is developed and deployed on a linux system.

I found that it uses the OTA (Open Test Architecture API). However it been specified that it uses a OTAclient dll for doing the activities of the api.

I would like to know if there is any documentation of such an integration been done (hpqc+rails on a linux system) ? Is it possible to attain this integration.. Any gems or plugins...?


回答1:


Unfortunately the OTAclient.dll requires a number of Windows only dll's. We eventually created a web service on a Windows machine in C# to provide an access point for our Ruby services.

The newer version of HPQC (ALM 11) has a REST-like service that you can use but upgrading to ALM 11 may be a bit much for what you are trying to do.



来源:https://stackoverflow.com/questions/9872668/rails-app-integration-with-hpqc-hp-quality-centre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!