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

remote Execution

9 Answers 142 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 14 Oct 2011, 02:43 PM
hello,
it's been one year that I work on your tool of the autommatisation tests (Web UI test Studio), and I see the benefits and inconvĂ©nnients, but it has a major inconvennient of execution on remote server that prevents us from planning the execution of autommatic tests, ie tests that do not run in a way on a remote server when the server session is not open or if it is idle.

in other words, when we plan a job who must crawl one page, and , if we got a Jascaript window.confirm box, Telerik is not able to fired the click on this box if the screensaver is enable or when the remote session is diconnected.


So, I would like to know if you can find me a sollution for this prebleme before renew  of my license ?

best Regards
samir

9 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 14 Oct 2011, 02:57 PM
Hello Nicolas,

This is a known issue and not specific to Test Studio. Any test that requires moving/clicking the mouse or sending key strokes requires an unlocked desktop. Telerik tests are not the only types affected by this Windows limitation. You will find this is a general problem with any tool that performs UI testing. See here for more information. 

To overcome this we came up with a work-around to Keep an Active Session Running on the Execution Server.

Regards,
Anthony
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
0
Nicolas
Top achievements
Rank 1
answered on 14 Oct 2011, 04:37 PM
Hello ;
thank you first for your reply
We has been previously tested with selenium for the same test and  we don't  encountered this kind of problem !
best regard's
thanks
0
Anthony
Telerik team
answered on 14 Oct 2011, 11:24 PM
Hi Nicolas,

Unfortunately we are not familiar with how Selenium works in this scenario. Our developers, however, are researching alternatives to accomplish this using methods other than the standard Windows API. 

Greetings,
Anthony
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
0
Nicolas
Top achievements
Rank 1
answered on 17 Oct 2011, 09:45 AM
Hello,
ok
, thank you for your answer
for the javascript, I would like to know if we can avoid a pop up confirmation by creating a foction to work around this problem
if so how to do this?
best regards
0
Anthony
Telerik team
answered on 17 Oct 2011, 04:06 PM
Hello Nicolas,

Please see our UnexpectedDialogAction property in Test List Settings. 

All the best,
Anthony
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
0
Yatindra
Top achievements
Rank 1
answered on 25 Apr 2013, 08:38 PM
Hi,

My team is also facing the same issues, we have been working on this issue for a,long time now, earlier we were using Selenium for testing but switched over to telerik, due lack of support in selenium for chrome. We generally use MSbuild to execute the automated UI tests and generate the report after the build is completed. The code developed using telerik tests seems to fail at manager.launchnewbrowser() comand and throws a Object not found exception. when i run the same tests locally after loggin in as the user it launches the browser and doesnt throw the error, is there any way to run the tests silently without the user logged into the system. please let me know
0
Plamen
Telerik team
answered on 26 Apr 2013, 08:01 AM
Hi Yatindra,
 
Unfortunately Test Studio (and most UI automation tools) are unable to run if the machine is not in a fully interactive state. See this article for an explanation and potential workarounds.

Regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Yatindra
Top achievements
Rank 1
answered on 26 Apr 2013, 02:03 PM
It works when we use PsExec as a tool for remote execution, but its very flaky, we dont get a 100 percent results
0
Plamen
Telerik team
answered on 29 Apr 2013, 03:59 PM
Hi Yatindra,

This is a general limitation for any tool that performs UI testing. Unfortunately we haven't heard for any other reliable solutions to this problem, besides the workarounds provided in that article.
 
Kind regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Nicolas
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Nicolas
Top achievements
Rank 1
Yatindra
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or