我可以要求你澄清我对QTP错误对象的问题吗。
I am trying to capture the screen shot of an object on which error occured.
I use the code object.captureBitmap(filename)
to achieve this.
我想知道是否可以在高亮显示err对象的情况下获得整个页面的屏幕截图。
我可以要求你澄清我对QTP错误对象的问题吗。
I am trying to capture the screen shot of an object on which error occured.
I use the code object.captureBitmap(filename)
to achieve this.
我想知道是否可以在高亮显示err对象的情况下获得整个页面的屏幕截图。
你可以在你的结果文件中得到这个。转到工具->;选项,然后选择运行选项卡。选中“将静态图像捕获保存到结果”框,然后选择始终或错误。当你运行测试时,它会显示全屏并突出显示它有问题的对象(如果它能找到的话)。
(如果我回复还不算太晚的话)
Use CaptureBitmap method for both problem object and parent of the object. Then you can display it in a variety of ways using simple html page automatically generated.
艾伯特