Won't Fix
Last Updated: 30 Mar 2016 11:19 by ADMIN
ADMIN
Cody
Created on: 13 Jul 2015 21:48
Type: Bug Report
1
Cannot record customer specific WPF app w/o Internet connection
A customer has a WPF app that will display a warning message at startup if Internet is not available. The user can click past this warning message and still use the app. However Test Studio will not record any actions in the app in this state.

It will record just fine if the app finds Internet connectivity and starts normal.

Details for obtaining, installing and running the customers WPF app can be found on the internal bug report.
2 comments
ADMIN
Daniel Djambov
Posted on: 30 Mar 2016 11:19
Telerik: this is application specific issue and there are different ways to address this situation (either using dialog monitoring and handle unexpected dialogs; monitoring the number of application windows and if the number increases to handle the new window and close; send windows desktop key F12 to bypass the window, etc.). We consider this a very specific issue with options for workaround and not something we should do in our code to address it, so this feedback will not be processed further. Thank you for your cooperation and understanding.
Rick
Posted on: 29 Jul 2015 19:18
To clarify, the issue is not that there is no internet connection, instead, it's makes a prompt appear in our application to notify the user of this situation and that prompt is not something that appears to be handleable through test studio - there's no way to manage it with testing steps.

We would specifically like to test this scenario and have test studio respond to our app in this event but cannot.