Telerik Forums
Test Studio Forum
1 answer
125 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
162 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
121 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
144 views
Do we have Manual for WebUI Test Studio QA Edition  ?
Missing User
 answered on 27 Apr 2010
0 answers
116 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
247 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
134 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
252 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
140 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
5 answers
168 views
Ok follow me on this one...

  1. We just renew 2 WebUI test studio licenses
  2. Telerik absorbes Art of Test, and changes the SKUs
  3. So now we own two versions of the $1400 product?...or we own two $2500 QA Licenses?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 19 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?