Forum Discussion

boaz_haim's avatar
boaz_haim
Contributor
13 years ago

playback

When I do certain operations TC goes into playback.



I had changed all the delay times in the playback option to 0 but steel it goes to playback

any idea how can I cancel it?

4 Replies


  • Hi Boaz,


     


    I don't quite understand what happens on your computer. Could you please explain the expected and the current behavior?


     

  • Hi

    thanks for the late answer...



    when I do a certain operation like click, I want to do after the clicking another operation that would start to work Immediately.



    all my delay times in the project are 0.



    but when I run the code after clicking TC goes to a playback mode, waits for some time and only then it goes to the next step.



    clicking is only an example, this happens on other commends.

  • Hi Boaz,


     


    Based on your description, I guess that you need to call the Click method asynchronously. In this case, TestComplete won't wait until this action is finished. Go through the "Calling Methods Asynchronously" article for more information.