Automating HP Quality Center with Python or Java

前端 未结 6 856
既然无缘
既然无缘 2021-02-03 13:59

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 w

6条回答
  •  深忆病人
    2021-02-03 14:26

    You can use a new Test and select type (VPXP_API) which allow script to run. The good thing there is that you'd have the function definition ready to be dragged from within QC instead of having to heavily rely on doc. I've done an implementation in Python running some script from within QC still using its API but via a QC test which is handy to retrieve directly the result (Output) etc.. going through some shell command which can then call any script on any server etc...

提交回复
热议问题