I am running a trial version of test studio (2013.1.911.0) to evaluate whether it will suit the needs of the business where I am currently on placement. I have encountered an issue however, that is preventing me from really getting stuck into testing. The website I am testing uses RadWindows that are displayed within the current browser window, I have been unable to successfully record actions against elements contained within the Radwindows. This is very unfortunate as recording steps against these RadWindows will be crucial to navigating and testing our test site.
When I playback the test, every action on the main page is played back perfectly but all actions within the RadWindow are lost.
Recording in Chrome, Firefox & Safari (All newest versions) allows me to capture actions performed on elements within a RadWindow. Playback is then possible in Chrome & Firefox. IE 11 & Safari are unable to replay any RadWindow Actions.
I have found a way to record and playback actions using IE 11, it requires using emulation provided in the developer tools feature. I need to set the Document Mode Emulation to emulate IE 8 which grants the ability to record and playback actions performed within RadWindows.
Does test studio only fully support Internet Explorer up to version 8? This would be an issue with my company as their product needs to be compatible up to at least IE10.
The issue I am having can be shown on a Telerik RadWindow demo page:
http://demos.telerik.com/aspnet-ajax/window/examples/overview/defaultcs.aspx
I have submitted screen shots of recording three actions on this page running IE11 in default setting and also in emulated IE8 document mode.
Step 1: Visiting the page
Step 2: Clicking a link within the RadWindow
Step 3: Clicking a second link within the RadWindow
I would like to note that I have used the browser configuration tool within Test Studio for all browsers and also followed any additional configuration guides online (disabling add-ons, http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/configure-your-browser/internet-explorer.aspx, etc...).
Could someone please provide me with a solution to record/playback actions on elements within a RadWindow for IE11 (or at least IE10) and Safari (5.1.7).
I greatly appreciate any assistance that can be provided!