Telerik Forums
Test Studio Forum
1 answer
74 views

I am testing a WPF application that connects to a server, it works when I open the application and attempt to connect. However, when Test Studio opens the application and attempts to connect it fails

Nikolay Petrov
Telerik team
 answered on 19 Jun 2017
1 answer
118 views

Hello, I found that Test Studio is unable to close the alert dialog in Chrome at the step of 'Handle Alert Dialog' provided by Test Studio. I tried to record the test step again to close the dialog, but unfortunately the step cannot be recorded as well.

The exception detail is like this:

ArtOfTest.Common.Design.Exceptions.ExecutionException: Timed out waiting '20000' msec. for any dialog to be handled '1' ---> System.TimeoutException: Timed out waiting '20000' msec. for any dialog to be handled '1'
   at ArtOfTest.WebAii.Win32.Dialogs.BaseDialog.WaitUntilAnyHandled(IEnumerable`1 dialogs, Int32 handleCount, Int64 timeoutMilliseconds, Boolean resetHandleCount)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(IAutomationHost browser)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
   --- End of inner exception stack trace ---

 

I'm using the following versions of the product:

Telerik Test Studio version: 2014.4

Chrome Execution version: 2017.2.529.1

Chrome Recorder version: 2017.2.529.0

 

Any ideas to fix this issue?

Thank you in advance.

Elena
Telerik team
 answered on 15 Jun 2017
5 answers
76 views
I need to expand this lists and select data from these lists and I'm having trouble doing so. Any tips?
Nikolay Petrov
Telerik team
 answered on 13 Jun 2017
1 answer
91 views

Hi There,

I have integrated Telerik calendar component in my Xamarin.iOS Application.

Step 1 : I have set Min (1 Mar 2017) & Max (18 July )  Dates.

Step 2 : Opened Calendar in Month View

Step 3 : Scroll Calendar to See March Month.

Step 4 : Again Scroll Calendar to see July Month but i am able to scroll upto june only.Unable to scroll upto July.

Please let me know incase you require any input from my end.

Thanks,

 

 

 

 

Nikolay Petrov
Telerik team
 answered on 13 Jun 2017
2 answers
83 views
Is there a way to extract the test name and then use it later to build a spreadsheet name that binds with subtests?
Nikolay Petrov
Telerik team
 answered on 12 Jun 2017
1 answer
74 views

I am doing a test with data binding where I am selecting from a dropdown menu.  When I run the test, the correct selection is made but Test Studio doesn't recognize that it was selected.  For example, if I am choosing from a dropdown menu between the elements "a", "b" and "c", and I am supposed to select "b", "b" is selected and appears in the box, but my test still fails.

Nikolay Petrov
Telerik team
 answered on 12 Jun 2017
22 answers
153 views

When I am running tests (quick execution or testlists), occasionally Chrome says that one or more browser extensions are missing (the screenshot is attached). I installed all the extensions needed initially and this problem occurs 1/5 runs in total. It just happens. Randomly. I tried to disable->enable the extensions, tried to reinstall them, cleaned browser's cache, I did the same manipulations on both my virtual and physical machines. Test Studio's version is 2017.1.2017.0.
What's also interesting - it didn't occur before within the same project, I assume I started seeing this problem with the latest Test Studio version.
Nothing helped.

Any ideas how to fix this?

Thank you in advance.

Elena
Telerik team
 answered on 12 Jun 2017
1 answer
54 views

Hi guys,

I started experimenting with API test studio and first thing I notice after I moved my project to git repository is that git folder become part of the Telerik project. It should be available set per project to ignore specific folder, I think.  Its not only major annoyance, but also slowed down and started crashing the studio as well. Thanks for your hard work....

 

Sincerely J.B

Nikolay Petrov
Telerik team
 answered on 09 Jun 2017
3 answers
81 views

Hello,

after updating kendoUI on our site from 2016_Q2 to 2017_R2 test studio step fails with error

 

Exception thrown executing coded step: 'Wait for GroupManagePermissionsADListview: ListView items count (current page) 'GreaterThan' '0''.
InnerException:
ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client. Client Error:
System.InvalidOperationException: Javascript call [$(\"div:eq(129)\").data(\"kendoListView\").element.children().size()] failed! Please make sure the function exists and the call is using the correct prototype signature. Javascript error: TypeError: Object doesn't support property or method 'size'
   at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJson, IHTMLDocument2 doc)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommandInternal(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'$(\"div:eq(129)\").data(\"kendoListView\").element.children().size()',ClientId:'Client_fd914ec4-11d1-4eae-8a62-9584f40808c1',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'System.InvalidOperationException: Javascript call [$(\"div:eq(129)\").data(\"kendoListView\").element.children().size()] failed! Please make sure the function exists and the call is using the correct prototype signature. Javascript error: TypeError: Object doesn't support property or method 'size'
   at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJson, IHTMLDocument2 doc)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommandInternal(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)')
InnerException: none.

   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Actions.InvokeScript(String script)
   at ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer.InternetExplorerActions.InvokeScript(String script)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName, T defaultValue)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.CallMethod[T](String methodCall)
   at Telerik.TestingFramework.Controls.KendoUI.KendoListView.get_ItemsCount()

Nikolay Petrov
Telerik team
 answered on 08 Jun 2017
3 answers
169 views
When I schedule a test and select to Get Latest From TFS I am prompted that it is unable to schedule test list run due to error: Unable to reach source control server at ....

This is strange because I can connect to it and open projects check them in and out and I able to see the project in Team Explorer.  Any help or suggestions would be appreciated. 

Elena
Telerik team
 answered on 06 Jun 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?