or
HtmlControl cc =
this
.TestFramework.Find.AllControls<HtmlControl>().Where(c => c.CssClass ==
".x, p"
).FirstOrDefault();
Element element =
this
.TestFramework.Find.AllControls<HtmlDiv>().Where(c => c.CssClass ==
"formColWidth01"
).First().ChildNodes[0].ChildNodes[0];
In this document we have tried to create an alternative documentation to the official documentation offered by Telerik on the Telerik Test Studio website.
This documentation highlights some features not mentioned in the official documentation like slowing down your test, taking screenshots, and others; it also contains a simplified explanation of some features explained in the official documentation. And also it contains some example on using the tool.
I hope you like it
SilverlightApp app = ActiveBrowser.SilverlightApps()[0];
" (as shown in : "http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/write-tests-in-code/silverlight-test-automation/introduction.aspx") I keep getting a timeout exeption even with very very high timeouts set ("Manager.Settings.Web.SilverlightConnectTimeout= (5000000);")