我在接受采访时被问到这个问题,这里就是
'你已经写了1到100的循环,但我想从70到100运行for循环,忽略从1到69的前一次迭代。你不能在脚本中改变任何东西,如何你可以在QTP中自动化吗?'
有人可以告诉我如何实现这个目标吗?
答案 0 :(得分:1)
请按照以下步骤操作,您将能够使用for loop:
Step 1. Put a break point where the loop starts.
Step 2. Run the Script and when it stops at break point, go to view-->debug-->Console and change the value of your iterator variable from 0(start value) to 70.
示例:i = 70 步骤3.运行脚本,您将实现目标。
答案 1 :(得分:0)
您可以随时检查迭代变量的值,作为“ For ”循环的第一步,如果值 1 < / em> ,将其更改为 70