Telerik Forums
Test Studio Forum
5 answers
327 views
I use following code to open my site:
[CodedStep(@"Navigation to Form")]
public void NavigationToForm()
{
  ActiveBrowser.NavigateTo((string)Data["ContributorPath"]);
  ActiveBrowser.Window.Maximize();
}
Sometimes site can't be opened fast so test is failed with timeout error.
I try to add Wait action, but test is failed on first step.
[CodedStep(@"Wait for url")]
   public void WaitForUrl()
   {
     // Wait for url
     ActiveBrowser.WaitForUrl((string)Data["ContributorPath"], true, 60000);
   }
How I should do it?
Plamen
Telerik team
 answered on 20 Jan 2012
1 answer
110 views
Hi,

      I am using silverlight 4.0 and telerik Q2 version in my application, My question is : i want to lock a entire row based on particular condition, for acheive this i used 'isreadonlybinding' property.  It locks the row but some of the controls are not locked.
( I am using radgridview, RadMaskedNumericInput and raddatepicker are placed inside the radgridview, only these controls are not locked).

thanks

Jaleel
Jaleel
Top achievements
Rank 1
 answered on 19 Jan 2012
10 answers
224 views
I have set up my scheduling server and set up my execution server on my virtual machine exactly as described in the video tutorial. However, when I connect my project successfully I then attempt to shcedule the test list and on clicking 'Done' Test Studio stops working. Please see attached. I have unregistered and re-registered everything but still no luck.
Also when I set the execution server up and set the test execution folder of the client machine (which I assume is the folder of the project) I get error Could not find a part of the path N:\Projects\eSight\Testing Folder\AutomatedTests\TelerikTestStudio\eSight_2011.1.005
My scheduling server is CAM-PC-OLD\SQLEXPRESS and my execution server is CAM-DEV-TEST, both machines have access to the shared folder for my projects/tests.
Thank you
Anthony
Telerik team
 answered on 19 Jan 2012
12 answers
201 views
Hi,

We are having an issue with automated testing of file upload file (this works perfectly in Windows XP). We are using

asp

 

 

:FileUpload control. In IE, the windows explorer dialog opens up to select the file and then it hangs. In Firefox, the dialog doesn't open at all.

Is this issue already noted? Is there any workaround? Is the support for Windows 7 available now?

Cheers,
Souvika

Ganga
Top achievements
Rank 1
 answered on 17 Jan 2012
1 answer
124 views
Hi Team,

We have a situation where 2 dialog windows pop-up one after the other.

Problem is that when we click 'ok' button of dialog-1 then dialog-2 and a new browser window is opened up at the same time.

Now the issue here is that the confirm dialog code does not effectively handle the 2nd dialog instead clicks 'Enter' key on the browser window due to which script fails.

Kindly provide us your feedback ASAP. A Sample code to resolve this issue will be helpful for us.

Thanks,
Devender
Cody
Telerik team
 answered on 16 Jan 2012
1 answer
121 views
Hi.
I create project in Telerik Test Studio and wanted open this project in Visual Studio but I don't know how.
Thank.
Anthony
Telerik team
 answered on 16 Jan 2012
3 answers
147 views
Hi ,

Could you please help me how I could data drive a link .

When I tried in the procedure explained in the reference documents , In Properties I'm not fining any any properties link "Text" or any other property to bind to local or external data source .

Your help is appreciated .

Regards
Surendranath
Anthony
Telerik team
 answered on 11 Jan 2012
2 answers
97 views
Hello;
I came across a blog to display the results on the following link:

http://blogs.telerik.com/blogs/posts/10-10-28/tweet-your-test-results-from-webui-test-studio.aspx
 and I would like to know

 if there is a link to download the 4 dll mentioned in this blog?
 cordially
Samir
Cody
Telerik team
 answered on 11 Jan 2012
3 answers
148 views
I have multiline text box with 3 strings of text in it.

Number of Servers: 1
Number of Concurrent Users: 1-3
QuestionsComments:

If I record step with "verify" function test execution failed.
Anthony
Telerik team
 answered on 10 Jan 2012
5 answers
157 views
Hi Telerik,

I'm trying to create a demo test and used your site. (http://www.telerik.com/automated-testing-tools.aspx) or (http://www.telerik.com)
When I run my test it always fail but the page is already loaded. Here is the error.

ArtOfTest.Common.Design.Exceptions.ExecutionException: Wait for condition has timed out ---> System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.WebAii.Core.Browser.WaitUntilReady()
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.NavigateToActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
   --- End of inner exception stack trace ---

But when I run the test using the Performance Quick run it is successfully executed

Plamen
Telerik team
 answered on 10 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?