Recently, I was assigned to fix a test suite which would consistently fail to run all 600 tests after consecutive 5 time-out ones. Now I am quite sure the AutoRefreshDomTree and AutoWaitUntilReady could result in some dead loops by chance.
An article was published on http://www.codeproject.com/Tips/895632/Tips-with-Telerik-Trouble-shooting and I hope that could be helpful for Telerik to improve their powerful testing framework.
Hello.
I'm trying to automate one WPF application, and I need to check if my wpf window has the correct class name. How can I do that?
Here is the part of XAML page code (I need to get class name "Namespace.View".):
<WindowViewBase
x:Class="Namespace.View"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- some controls here -->
</WindowViewBase>
I am evaluating Telerik Test Studio (http://www.telerik.com/automated-testing-tools) as a web regression tool and looking for a how-to on setting up and using of a Page Object Model environment like is possible in Selenium.
http://code.google.com/p/selenium/wiki/PageObjects
The Telerik documentation is focused on record/playback which is very brittle, and my google searches haven't turned up relevant links.
btw, I've cross posted this on stackoverflow http://stackoverflow.com/questions/15034206/how-to-on-implementing-page-object-model-with-telerik-test-studio