Forum Discussion

bommareddy's avatar
bommareddy
Contributor
9 years ago

Keys Action taking long time in TestComplete 12.10

Hi Team, 

 

Script taking 20 sec to 25 sec for performing the following Keys action in the script in TC 12.1

In previous version i.e. TC 11.2, Keys action works without any issue.

 

objtextBox.keys("[Down]")
objtextBox.Keys("[Enter]")

Regards, BommaReddy

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Sometimes, especially for Web application, the "Keys" method does operate slowly.  Try replacing "Keys" with "SetText" for those times when this occurs.

     

    In your situation, you're using cursor keys and enter to navigate through an object... this could also probably be achieved with the same result using other methods native to the object. You might want to investigate that as well.