Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
timer and checkpoint
#1
Not Solved
Hi
In my application, there will be a timer, Winedit box(shows the state)
and radio button... There are two states in my application: idle and leakback... initially my application is in "idle" state... after timer goes to zero, it gets changed to leakback state, at that time only i have to click that radio button......

How can i implement this??
i included one standard checkpoint during recording to check the state
but i checks only the state... if that state is not there, it gets failed

what i want is?
QTP should check the timer value... If the timer value is zero, then it should check the state. If the timer value is not zero, it should wait till the timer becomes zero.
Reply
#2
Not Solved
Use getroProperty to get the timer value..
For Instance, store that in a variable, IntTimer
Do
Wait 1
Loop Until IntTimer = 0

Tweak the above example to your needs...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,121 11-18-2010, 05:16 AM
Last Post: nandu
  fullscreen and bitmap checkpoint error "Cannot create bitmap checkpoint" meuline 2 4,593 12-10-2009, 09:17 PM
Last Post: meuline
  Checkpoint problems: Checkpoint starts before web page is loaded & therefore fails! IdontGetIt 1 3,773 11-20-2009, 11:45 AM
Last Post: basanth27
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 7 8,280 04-02-2009, 11:05 AM
Last Post: nandu
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 0 1,612 03-26-2009, 03:14 PM
Last Post: Rachna

Forum Jump:


Users browsing this thread: 1 Guest(s)