Won't Fix
Last Updated: 01 Jul 2016 07:32 by ADMIN
ADMIN
Ivaylo
Created on: 11 Mar 2015 06:02
Type: Feature Request
4
Execution hangs infinitely on HoverOver step
Steps for repro:

Execute the attached test (Web Test). Step 12 hangs infinitely without prompting an error message.

Expected behavior: To fail after certain period of time.

If you enable step 11, which is wait for exist for element in the failing step, the test passes. Also if you change the find logic to tagname == span and TextContent == Style, it starts working.

3 comments
ADMIN
Daniel Djambov
Posted on: 13 Mar 2015 09:07
Telerik: to Anand Chikoti - the issue you mention in the ticket is related to Dialogs handling and is not the same problem - please follow its proposed resolution from the ticket system, where we will work with you to fix it.
ADMIN
Daniel Djambov
Posted on: 13 Mar 2015 09:05
Telerik: the issue seems to be fixed in our latest code base and solution will be available in our next official release R1 2015 which is planned to be out next week (mid March 2015). Please try it with this build and let us know if it works at your side also. However, our proposal is in such cases where menus are loaded dynamically and depend on the time for menu to load or speed of machine on which it is executed, to add in your existing tests WaitForExists steps for such cases, even it may take multiple tests to update, it is the best practise to do that and ensure flawless execution in the long run.
Anand
Posted on: 13 Mar 2015 07:11
Similar issue is happening when we get an unexepected dialog box encountered, execution hangs and does  nothing until we kill the process.
pls ref Tickets ID 915132 for more info.