Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic wait in QTP
#6
Solved: 10 Years, 9 Months, 1 Week ago
Hi,
I have tried with Basanth code which is while loop condition but i am not able to execute with that which is making some syntactical errors

so i tried with some of the logics given by basanth and finally publishing here
Please let me know if there is solution apart from these
and please correct me if i am going in wrong direction

Code:
function timer1()
For j=1 to 2 step 1
For i=1 to 10000 step 1
m=Browser("xxxxxxxx").WinStatusBar("msctls_statusbar32").GetROProperty("text")
If m="Done" Then
    wait 1
Exit for
End If
Next
Next
end function

I have tried using only one single loop instead of two loops and i was getting errors with that single loop so finally i have added one more loop to solve that issue

Thanks in advance
Venkat Batchu
Reply


Messages In This Thread
Dynamic wait in QTP - by Hema - 10-07-2009, 05:08 PM
RE: Dynamic wait in QTP - by Saket - 10-07-2009, 05:13 PM
RE: Dynamic wait in QTP - by Hema - 10-07-2009, 06:47 PM
RE: Dynamic wait in QTP - by basanth27 - 10-07-2009, 07:24 PM
RE: Dynamic wait in QTP - by jsknight1969 - 10-07-2009, 08:18 PM
RE: Dynamic wait in QTP - by venkatbatchu - 10-15-2009, 05:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to identify dynamic webtable as unique in QTP? sudheendramurthy 4 18,095 02-23-2016, 06:16 PM
Last Post: vinod123
  What is the procedure to wait after select the webradio group.? Uma 2 3,775 09-29-2011, 02:07 AM
Last Post: Uma
  How to compare Dynamic PDF content via QTP. upadhyay40 0 3,260 12-10-2010, 03:16 PM
Last Post: upadhyay40

Forum Jump:


Users browsing this thread: 1 Guest(s)