Has anyone successfully scripted a step that Adds a URL to the Favorites in Internet Explorer? Most examples I find are out of date or do not work on TestStudio.
2 Answers, 1 is accepted
0
Byron
Telerik team
answered on 15 Mar 2013, 05:06 PM
Hi Joshua,
In general, Test Studio does not automate against the browser menus, including the Favorites list for IE. This is an aspect of our testing philosophy: Test Studio is designed to automate functional testing of the business logic of user applications, rather than controls and tools (like IE) that have already been unit tested. If this step is key to your testing scenario, please let us know more about your goals, and we will do our best to advise you.
All the best,
Byron
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Thanks Byron,
I think I was looking more for possible C# or VB Scripts that some may have used. This is part of our testing scenarios bookmarking a page then accessing that bookmark once on another page. I understand that TestStudio is purely Function web testing and not designed to interface with the Browser itself. After some investigation there is no real C# code out there to perform this function. Thanks for your help