Forum Discussion
jarnold615
14 years agoOccasional Contributor
I believe these four dump files should contain what you're looking for. The first two were taken before reproducing the defect. The second two were taken right after and 30 seconds after reproducing the defect. What happens right before the defect occurs is this:
1. A "work rule" object is created, which contains a name, description and a button to further configure the object.
2. The Find dialog is displayed to locate the object created in step 1 in the grid.
3. TestComplete begins to execute the line "Call Scope.SetFocus" in the script but suddenly slows down so that it's only sending one character every 15 seconds or so. If I stop the test execution, a message appears in the log saying "window cannot get focus." I've tried removing the SetFocus line but then the script will get hung up on the next line which is: Call Scope.keys("Name").
John
1. A "work rule" object is created, which contains a name, description and a button to further configure the object.
2. The Find dialog is displayed to locate the object created in step 1 in the grid.
3. TestComplete begins to execute the line "Call Scope.SetFocus" in the script but suddenly slows down so that it's only sending one character every 15 seconds or so. If I stop the test execution, a message appears in the log saying "window cannot get focus." I've tried removing the SetFocus line but then the script will get hung up on the next line which is: Call Scope.keys("Name").
John
Related Content
Recent Discussions
- 6 hours ago