标题: 关于QC运行QTP脚本的问题 [打印本页] 作者: 香依 时间: 2010-8-19 11:10 标题: 关于QC运行QTP脚本的问题 1.系统环境:
(1)QC服务器:Window 2003+QC10
(2)执行测试机:WindowXp + QTP10
2.问题:
在执行测试机上连接QC,并登录,在QC的Test Lab中运行QTP脚本,提示:The system cannot find the path specified.
QTP中已经安装连接QC的插件,同时也设定了“Allow other HP products to run tests and compnonets”
测试机和QC服务器已经处于同一个Domain中作者: 吱吱 时间: 2010-8-20 13:09 标题: 试试看这个 The wexectrl.exe exists but needs to be registered as follow:
"C:\Program Files\Common Files\Mercury Interactive\Quality Center\wexectrl.exe" –unregserver
Register again:
"C:\Program Files\Common Files\Mercury Interactive\Quality Center\wexectrl.exe" -regserver
After that, the new QC session is able to run the QTP script successfully.