Telerik Forums
Test Studio Forum
5 answers
141 views
Hi,

I'm currently evaluating WebUI Studio QA Edition for our Silverlight application. In this application we use a great amount of self-made controls, for instance a custom data list control. The recorder does not recognize this control, therefore the tests fail. How can we make WebUI Studio to find those controls? Changing the controls can be considered an option too.

Thanks

Markus
Konstantin Petkov
Telerik team
 answered on 30 Apr 2010
1 answer
111 views
Hi,

  The Purpose of Using Telerik for me is to Automate the Test (Record and replay it for capturing Bugs) .
  I am trying the wait functionlaity where in I enter values in a couple of text boxes and on tabbing out.. other fields are populated and only after those fields are populated I should click the Add button .. otherwise error message would popup saying that the auto populated fiends are blank.. when I do this manually its fine but when I record .. I guess it happens quick and hence every time I play back , the script fails  .... indicating that the autopopulated fields are blank.. hence to solve this I used wait feature.. I clicked the text box that was autopopulated and I right clicked for the bubble and I chose Quick Tasks and clicked " wait-textbox contains "name-jack"  " .When I replay the recorded scripts.. it waits for few seconds on the text box and then fails.. I am not sure how to increase the wait time here ..Could you helpe me with this.?

Thanks
Aarthi
Cody
Telerik team
 answered on 28 Apr 2010
1 answer
149 views
Hi

I use the Business Application Template from Microsoft (RIA). But the recorder did nit run or did not see and record the actions in  the popup if i try to register.

Has someone a soulution for this problem?

Tanks!
Daniel
Cody
Telerik team
 answered on 28 Apr 2010
1 answer
108 views
Hi,

I was wondering if anyone out there knows where I can read more about the checkin/checkout features?
I'm wondering if they work similar to how you check in and check out file sin SHAREPPOINT; where in this case, you would check out test scripts to edit, and prevent another team member from editing your script.
Anybone know the answer to this?

tks

je
Missing User
 answered on 27 Apr 2010
1 answer
128 views
Do we have Manual for WebUI Test Studio QA Edition  ?
Missing User
 answered on 27 Apr 2010
0 answers
100 views

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?

madhavi laddika
Top achievements
Rank 1
 asked on 23 Apr 2010
2 answers
212 views

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.  


What I have to do to make it run further. Is anything missed in the script.
Script:

[

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

 

Missing User
 answered on 22 Apr 2010
4 answers
125 views
Hello, this is for Nelson. Hi Nelson, I am replying to the email sent. You asked me to arrange a time so we could have a live chat about the issue. However, I did tell you that I am on a trial version, hence i don't have access to the support ticket system. As a result, i CANNOT create a ticket or reply to the threads or post my project for you to see. This is why i am trying to post a whole new topic. I am available for a chat today. Please just tell me how to go about it as I really would like this resolved before my trial expires. I only have 5 days left.

Thanks.

Pearl
pearl oguchi
Top achievements
Rank 1
 answered on 22 Apr 2010
4 answers
232 views
Hello,

I am trying my hands on Web UI Test studio with automating launch and logging in to SharePoint site on development environment which pops up login dialog box to enter user's credentials.

When I hit the URL in the design canvas browser instance I am getting res://ieframe.dll/dnserrordiagoff_webOC.htm#http://mysite/

I guess its something to do with configurations for Proxy? I am able to access, record internet sites like google or anyother but not the test site which is on intranet where in URL is masked with IP routing in Hosts file.

Appreciated, your help on this.

Thanks
Atul
Missing User
 answered on 22 Apr 2010
4 answers
130 views
I downloaded Test Studio QA edition but It doesn't record anything except directly entering URL in the address bar and clicking back button.
I use Windows Vista (32 bit) Business and IE8.
I followed this instruction but I am still getting the same issue.
Please help.

Missing User
 answered on 21 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?