Stuck on playback
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try recording a test that does the same thing and look at the difference between that code and yours.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't have any other test that do this.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
