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

WEB UI Tests in Browser Hidden Mode

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pablo Srabstein
Top achievements
Rank 1
Pablo Srabstein asked on 18 Apr 2010, 02:26 PM
Does WEB UI Testing framework support functional tests running on a hidden mode?
By hidden mode i mean , simulating the browser actions but not displaying them (and i do aware of load tests which are a sequence of http requests). and i do aware of the idea behind UI testing. from automation perspective i am looking for the fastest runtime solution which will still be simulating the true actions done by a user/browser.

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 19 Apr 2010, 08:04 AM
Hello Pablo,

Thank you for the question.

I think I understand your request. You are probably aware the browser execution slows down the tests a bit and this is expected.

All our test automation products run in the browser. This means any test first needs to launch the browser then do the actions in there. The tests perform those actions and verifications against the DOM elements on the Web page (or the Visual Tree in Silverlight).

A nice option you might be interested in though is reusing one and the same browser. This means a list of tests may launch the browser only once then reuse it for each test. For further info please look for the RecycleBrowser setting in the documentation.

Please let us know if further questions arise.

Sincerely yours,
Konstantin Petkov
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
Pablo Srabstein
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or