紧急求助:10.0中如何改变action的调用流程
9.x的时候,我是通过在【Keyword view】中的test flow中,将Reusable的action 删除,删除的时候选择:“Delect the selected call to the action”,然后在在代码中加入判断,调用不同的action,就可以了例如:
有三个action:
action:login
Action:booking(Reusable)
Action:relogin(Reusable)
bcheck=Browser("Welcome: Mercury Tours").Page("title:=Sign-on: Mercury Tours").Exist
If bchck Then
RunAction "Relogin"
else
RunAction "Booking"
End If
但是在10.0中如果在test flow中将 Relogin和Booking,删除,就没有了,没有弹出delect action的对话框,没有机会选择“Delect the selected call to the action”呀,大家都是怎么处理的??怎么来控制脚本调用流程的,保证 Relogin和Booking的调用是按照脚本的控制调用的,不是按照test flow里顺序调用的 QTP10中可以用LoadAndRunAction
能不能说的再详细点
能不能说的再详细点,怎么用呀???代码是写这个函数,那么在testflow中,还删除action吗??不删除就还顺序执行,删除就没法调用了呀???
没人知道吗??
自己顶一下 up,知道的回答一下呀,:Q 我也有同样的问题。QTP10,在Test Flow中删除Action时不会出现提示框,让我们选择删除调用还是删除脚本,而会直接删除脚本。
页:
[1]