This is a migrated thread and some comments may be shown as answers.

Webaii 1.1

1 Answer 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dev
Top achievements
Rank 1
Dev asked on 13 Apr 2011, 02:21 PM
Hi Team,
 
Im using webaii 1.1 and webaii design canvas 1.1 with NUnit for automation scripts execution.We have automated a customized CRM application.Currently our scripts do not run if we minimize our application,how can we add a feature so that our scripts can run in backend even if we disconnect from our VPN connections.

Please suggest.

Thanks

Regards
Dev

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 13 Apr 2011, 06:15 PM
Hello Dev,

This is a very old UI automation problem that exists in any Windows UI automation task. The problem is that Windows removes the "Interactive Desktop" permission anytime the app is minimized or you disconnect your VPN. When this permission is removed it blocks all mouse actions and keyboard actions. Only web tests that use nothing but DOM actions (click element, select, verify property, etc.) will work in this mode. As soon as you have a Mouse Click or a send key step, the test will not work in this mode.

At this time there is no work around to this problem. it is a problem that plagues all UI automation problems. We are actively working on trying to solve this problem for tests running under Test Studio. At this time we have not yet solved this problem. Hopefully we will in a near future release.

All the best,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Dev
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or