Forum Discussion

ChrisPro's avatar
ChrisPro
Contributor
12 years ago

Test Complete is very very very slow at execution

Hello,



I have used a projet since two weeks, and now, the execution is very very very slow.

A click on an edit box takes 10 minutes.



Where is the problem?

4 Replies

  • I don't know, it could be anywhere.  You haven't provided much detail.



    It could be something to do with the edit box.

    It coulld be the browser you are using (assuming you are using a browser.  IE is slow).

    It could be that you are using FindAll with a big depth.

    It could be ...



    Is the edit box being used by a web application or desktop software?

    If you are using a web application which browser are you using?

    How are you identifying the edit box, Name Mapping, a find method, something else?

    Does clicking on the edit box result in the previous field running some code?

    Any other relevant details? 



  • It is a delphi desktop.



    It works a week ago, and no modification is done on program.



    An idea?
  • bukgameos's avatar
    bukgameos
    New Contributor
    Hi, check if there are some performance counters (Project name -> right click -> edit -> Properties -> Performance Counters)

    If there is anything then try to remove it.