|
QC安装在A机器,QTP安装在B机器
1、登陆B机器通过web访问QC,然后在QC上调用QTP执行测试用例,成功
运行日志如下:
{
0: "header",
db: "CMSTest",
user: "administrator",
cycle: "default"
}
{
type: "1",
date: \00000015\2009/09/10 - 16:52:37,
testid: "23",
testname: "[1]LoginError",
hostname: "chinahlq",
description: "主机已连接"
}
{
type: "3",
date: \00000015\2009/09/10 - 16:53:44,
testid: "23",
testname: "[1]LoginError",
hostname: "T80001-11",
description: "Test run passed."
}
2、登陆A机器通过web访问QC,然后在QC上调用QTP执行测试用例,提示“拒绝访问”
运行日志如下:
{
0: "header",
db: "CMSTest",
user: "administrator",
cycle: "default"
}
{
type: "2",
date: \00000015\2009/09/10 - 16:50:19,
testid: "23",
testname: "[1]LoginError",
hostname: "chinahlq",
description: "拒绝访问。"
}
3、登陆另外一台C机器通过web访问QC,然后在QC上调用QTP执行测试用例,提示“无法获取测试类型 <QUICKTEST_TEST> 的 RemoteAgent 的 ClassID”
运行日志如下:
{
0: "header",
db: "CMSTest",
user: "administrator",
cycle: "default"
}
{
type: "2",
date: \00000015\2009/09/10 - 17:29:06,
testid: "24",
testname: "[1]Login",
hostname: "chinahlq",
description: \00000031\无法获取测试类型 <QUICKTEST_TEST> 的 RemoteAgent 的 ClassID
}
请问这是怎么回事? 先拜谢了~~! |
|