Forum Discussion

Kirannandedkar's avatar
Kirannandedkar
New Contributor
6 years ago

Testcomplete doesnt record correct values

i created one simple test where i entered few details for example tracking number and surname. I had entered surname as "Nandedkar" and testcomplete saved with same values. But when i run the test then it enter surname as "Nandedka" which means without last letter "r". Why? Also performance of my webpage slows down when i try to record test. It takes more time to enter the data.

3 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    Try to increase Key pressing delay and Delay between events in your project Properties -> Playback

    • Kirannandedkar's avatar
      Kirannandedkar
      New Contributor

      ok will do. One thing i noticed is when i run record and play then its very slow process to make entries in webpage. It makes our user experience very slow. Not good really.

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Instead of "Keys" in your test, try replacing those calls with "SetText".  This does, essentially, the same thing but instead of using the keyboard keystroke simulation, it simply sets the text of the field to the desired value.