场景恢复(Recovery Scenarios)的作用位置
又要麻烦大家了,:loveliness:我在使用QTP时用了一下场景恢复这个功能(是通过File->Setting添加进去的),但使用的过程中发现好像这样添加的“场景恢复”这个功能是全局起作用的。
现在我想将一个场景恢复放到一段特定代码的后面,我的意思是想只让我添加的一个场景恢复只处理那句特定代码产生的影响。
不知道有没有办法,我是新手不是很熟悉QTP,正在努力学习中,先谢谢大家帮忙。 本帖最后由 hsjzfling 于 2011-3-22 10:52 编辑
回复 1# wxy5g
可以尝试下使用Recovery对象的Add方法,在代码中动态载入场景恢复文件
Description
Adds the specified recovery scenario to the specified position.
Syntax
object.Add ScenarioFile, ScenarioName, [Position]
Syntax Details
ArgumentDescription
objectAn expression evaluating to an object of type Recovery
ScenarioFileRequired. A String value. The recovery scenario file containing the recovery scenario you want to add.You can specify a complete or relative path.
ScenarioNameRequired. A String value. The name of the recovery scenario you want to add.
PositionOptional. A Long value. The position in which you want to add the recovery scenario.Position values begin with 1.
If you do not specify a position, the recovery scenario is added to the end of the list (position=-1).
回复 2# hsjzfling
谢谢帮忙,我去试试。:handshake
页:
[1]