51Testing软件测试论坛

标题: unable to display one or more test step in test result tree [打印本页]

作者: crimson    时间: 2006-11-6 18:41
标题: unable to display one or more test step in test result tree
unable to display one or more test step in test result tree. These steps are indicated in the test results tree as "Missing Item"

这是是回放结束时候显示的。但在回访过程中一切正常,没有错误步骤,结果也令人满意。不知道为什么会有这些missing item
作者: xiaonan    时间: 2006-11-7 09:31
是在你结果文件里不能显示一些测试步骤.
作者: walker1020    时间: 2006-11-7 09:32
你是不是删除了某些代码? 是不是没有删除干净? 如果没有删除,那么你对脚本进行了什么操作?
作者: crimson    时间: 2006-11-7 11:37
没有删除。基本上没有改脚本了,我最奇怪的是步骤虽然显示不出来,但是都执行了。

Dialog("Software Installation").WinButton("Continue Anyway").WaitProperty "Visible", true, 100000
wait(5)

Dialog("Software Installation").WinButton("Continue Anyway").Click
wait(5)

Dialog("Hardware Installation").WinButton("Continue Anyway").Click
wait(5)
//从此句以后都显示不出来
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
Window("InstallShield Wizard").WinButton("Finish").WaitProperty "enabled", true, 100000
Window("InstallShield Wizard").Static("The InstallShield Wizard").Check CheckPoint("The InstallShield Wizard")
Window("InstallShield Wizard").WinButton("Finish").Click
Window("Symantec AntiVirus Installer").WinButton("Yes").WaitProperty "enabled", true, 100000

我猜测是否因为两局完全相同的语句导致?
Dialog("Hardware Installation").WinButton("Continue Anyway").Click
wait(5)
Dialog("Hardware Installation").WinButton("Continue Anyway").Click

[ 本帖最后由 crimson 于 2006-11-7 11:38 编辑 ]
作者: walker1020    时间: 2006-11-7 13:14
Window("InstallShield Wizard").Static("The InstallShield Wizard").Check CheckPoint("The InstallShield Wizard")
这一行是 检查对象的语句,不显示出来是正常的。

Window("Symantec AntiVirus Installer").WinButton("Yes").WaitProperty "enabled", true, 100000
这行是自己手工添加的语句,不显示出来也是正常的。

其它的就不知道是什么原因了。
作者: crimson    时间: 2006-11-7 13:54
谢谢:)
有没有办法不让“unable....”对话框弹出来?这样影响我多次跑case
作者: crimson    时间: 2006-11-8 15:38
我觉得不是这个原因阿,之前的步骤也有检测点,同步点,在结果中都可以正常显示。只有到了那一步之后就都不能在结果中显示了。
我现在面临的主要问题是一旦任何一个步骤不可显示,后面的所有步骤结果就都显示不出来了,尽管实际上运行正常。这样我就没办法从自动运行的结果中看出到底成功还是失败,我在网上搜索了好久,也没看到类似的问题。请帮我看看,就算没办法显示某些步骤,为什么后面所有的步骤就都显示不出来了呢?运行的时候都正常阿

原帖由 walker1020 于 2006-11-7 13:14 发表
Window("InstallShield Wizard").Static("The InstallShield Wizard").Check CheckPoint("The InstallShield Wizard")
这一行是 检查对象的语句,不显示出来是正常的。

Wind ...





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2