Hi,
We are using RAD menu for displaying the top and left navigation.
Top Navigation has links to the pages created out of page layouts as well as
the _layouts pages.
On clicking the link, created out of a page layout in the top navigation,
the rmFocused/rmSelcted CSS class is applied. But on clicking a link to _layout page,
the styles are not applied.
Could you please help us in this regard?
Hi,
I'm currently using Telerik Q3 2009.
I made a test script that will run for some 6 hours and my test script includes Silverlight.
I made my script with simple 'for loop',
While running the script it stops at '30'th minute by giving following result
Timeout | AccountScreenNavigation | AccountScreen | Test 'AccountScreenNavigation' exceeded execution timeout period. |
[
CodedStep(@"Select Accounts", RequiresSilverlight = true)]
public void SelectAccounts()
{
ActiveBrowser.NavigateTo(
"https://qccrmsql03.ontariosystems.com/qccrmsql/ISV/CollectSavvy/Silverlight/OntSys.Silverlight.AccountScreen.Web/AccountScreen.aspx");
for (int i = 110000; i < 110100; i++)
{
ActiveBrowser.WaitUntilReady();
string SearchElement = i + "";
Thread.Sleep(60000);
Pages.AccountScreen.SilverlightApp.Item0Textboxview_0.User.Click(ArtOfTest.WebAii.Core.
MouseClickType.LeftDoubleClick, 56, 62, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage);
Pages.AccountScreen.SilverlightApp.Item0Shellview.User.KeyPress(System.Windows.Forms.
Keys.Delete, 10);
Pages.AccountScreen.SilverlightApp.Item0Textboxview_0.User.Click(ArtOfTest.WebAii.Core.
MouseClickType.LeftClick, 56, 62, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage);
Pages.AccountScreen.SilverlightApp.PARTEditableTextBoxPickertextbox.User.TypeText(
"*", 100);
ActiveBrowser.Manager.Desktop.KeyBoard.KeyPress(ArtOfTest.WebAii.Win32.
KeyBoard.KeysFromString("Enter"), 150, 1);
Thread.Sleep(40000);
Pages.AccountScreen.SilverlightApp.Item0Textboxview_0.User.Click(ArtOfTest.WebAii.Core.
MouseClickType.LeftDoubleClick, 56, 62, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage);
Pages.AccountScreen.SilverlightApp.Item0Shellview.User.KeyPress(System.Windows.Forms.
Keys.Delete, 10);
Thread.Sleep(20000);
Pages.AccountScreen.SilverlightApp.PARTEditableTextBoxPickertextbox.User.TypeText(SearchElement, 500);
ActiveBrowser.Manager.Desktop.KeyBoard.KeyPress(ArtOfTest.WebAii.Win32.
KeyBoard.KeysFromString("Enter"), 150, 1);
}
}
Guide me. pls refer the Attachment
Thanks
Amir