Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I make sure QTP will run all instructions NO skip?
#2
Not Solved
Have you tried ".Active" statement in an if statement with a loop (I haven't done this myself for active only for exists so give it a try)

Something Like this

Code:
For i = 1 to 10000
    If SelectObject(.WebList("Field 2"), Value2).Acitive(0) then
       Call SelectObject(.WebList("Field 2"), Value2)
    Exit for
End if
Next
Reply


Messages In This Thread
RE: How can I make sure QTP will run all instructions NO skip? - by Jackomcnabb - 03-14-2009, 08:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,371 09-16-2018, 03:48 PM
Last Post: vijilesh
  How to make QTP Script to work when system gets locked? ramkumarad 6 11,920 11-02-2017, 03:37 PM
Last Post: Divv
  Local script to make compatible with QC automation2012 1 2,163 01-28-2015, 02:11 PM
Last Post: automation2012
  How to skip a For count? mv8167 2 2,417 10-23-2013, 07:06 PM
Last Post: mv8167
  How to make QTP take the value of a formula in a spreadsheet? utestqa 1 2,962 07-06-2013, 04:13 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)