Completed
Last Updated: 22 Apr 2014 06:46 by ADMIN
ADMIN
Velin Koychev
Created on: 03 Mar 2014 13:27
Type: Bug Report
1
PopupWaitTimeout doesn't respect if the popup is displayed
If I need to record test steps inside a modal pop-up window, Test Studio records a  step Connect to modal pop-up window. This step has a property PopupWaitTimeout that has the following description:

PopupWaitTimeout - The timeout to wait for the pop-up to show up (msec). 

Expected behavior: Once the pop-up show up, the next test step is executed

Actual behavior: The next test step is executed only after the timeout that is set in PopupWaitTimeout has passed. 

Steps to reproduce and a sample test are attached in the internal description.
3 comments
ADMIN
Daniel Djambov
Posted on: 22 Apr 2014 06:46
Telerik: We added a new property InitializationTimeIE which can be adjusted depending on how fast the popup is shown and will wait for user defined time (250 msec by default) before trying to connect to popup. By this time the popup should be shown and registered in IE collection of windows. It will only be used by Internet Explorer (other browsers don't need this). The old PopupWaitTimeout property should work as expected now i.e. it will wait a certain amount of time for connection to complete and if condition is met will proceed with execution, not wait for the whole timeout time as it was before.
ADMIN
Daniel Djambov
Posted on: 22 Apr 2014 06:42
Telerik: The issue is fixed and solution will be available in our next product release planned in May 2014.
Madhu
Posted on: 03 Mar 2014 14:33
Please provide a patch or internal build asap. Issue video clip attached.