QTP Runs so fast. How to slow it

1,965 views
Skip to first unread message

udhaya kumar

unread,
Jun 1, 2012, 1:52:20 AM6/1/12
to QTP - HP Quick Test Professional - Automated Software Testing
Hi All,
 
            My QTP was running in normal speed. I could see what value entering it is. But after i reinstall my QTP , it runs very fast. How to slow down it.
 
I tried with Normal mode in options->Run but still it is running very fast. Please help me
 
 
 
Thank you,
 
udhay

Syed Rowff

unread,
Jun 1, 2012, 11:10:24 AM6/1/12
to mercu...@googlegroups.com
use the wait statements

Shahid Khan

unread,
Jun 1, 2012, 11:42:36 AM6/1/12
to mercu...@googlegroups.com
You are so lucky man! Your QTP is running fast and you want to slow it down. We have been struggling with QTP slowness and performance issues.
Try to specify some delay for each step in Option --> Normal --> Delay each step execution by xx milliseconds

On Fri, Jun 1, 2012 at 11:10 AM, Syed Rowff <sdr...@gmail.com> wrote:
use the wait statements

--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to Mercu...@googlegroups.com
To unsubscribe from this group, send email to
MercuryQTP+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Vijayaraja G

unread,
Jun 1, 2012, 11:34:21 AM6/1/12
to mercu...@googlegroups.com
Hi

Use

wait(1)

Statement

sujit kumar

unread,
Jun 2, 2012, 1:07:21 PM6/2/12
to mercu...@googlegroups.com
Hi
Use wait Property instead of wait
See help of Waitproperty

Example:
this will wait till NextButton gets enabled
JavaButton("NextButton").WaitProperty "enabled", 1, 20000

U can use Wait(second) but it will be always wait till second given in wait parameter


-- 
Thanks  & Regards 
Sujit :) 

Kunal

unread,
Jun 3, 2012, 11:29:46 PM6/3/12
to QTP - HP Quick Test Professional - Automated Software Testing
Go to Option --> Normal --> Delay each
step execution by 1000 milliseconds, this enforces 1 second delay
between two line code execution.

Cheers,
A B
Blog - www.lifegoeasy.com
www.automation.lifegoeasy.com

On Jun 2, 10:07 pm, sujit kumar <sujit.k1...@gmail.com> wrote:
> Hi
> Use wait Property instead of wait
> See help of Waitproperty
>
> Example:
> this will wait till NextButton gets enabled
> JavaButton("NextButton").WaitProperty "enabled", 1, 20000
>
> U can use Wait(second) but it will be always wait till second given in wait
> parameter
>
> --
> Thanks  & Regards
> Sujit :)
>
> On Fri, Jun 1, 2012 at 9:04 PM, Vijayaraja G <vijayarajabe...@gmail.com>wrote:
>
>
>
>
>
>
>
> > Hi
>
> > Use
>
> > wait(1)
>
> > Statement
>
Reply all
Reply to author
Forward
0 new messages