Forum Discussion

4m4d3u5's avatar
4m4d3u5
Contributor
5 years ago

Stuck on playback

I have a slider that when it is enabled a password window opens up so that the user can enter a password. However, when I test this out when the slider is moved to enabled and the window opens testcomplete just stalls and sits in a playback state and will no do anything. I went into the test projects properties and went into playback and checked Ignore unexpected window but that did not fix the problem. I am using javascript. Does anyone have any suggestions on how to fix this?

3 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Try recording a test that does the same thing and look at the difference between that code and yours.

    • 4m4d3u5's avatar
      4m4d3u5
      Contributor

      I don't have any other test that do this. 

      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        Use the record and playback function to step through exactly the same test manually.  Then right-click on the test and convert it to Javascript.  You can then compare the code that TestComplete created to what you have and see what the difference is.