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.
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.
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
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()
Is it possible to shorten an extracted DataBindVariable so that I can use the shortened variable to verify another step?
For example, if I extract "Example :::: Test" from a page to a DataBindVariable, am I able to create a new DataBindVariable that is shortened to only "Example" that I can use to verify another part of the page in a later step?
Thanks.
I have two separate pages, how do I check if the value in one input matches the value of another input on a different page
Good morning,
We are using the Telerik Test Studio version 2017.1.207.0. When we try to record some actions of our Desktop application we got an error.(Attached in the thread). The error is raised at the begining of the execution, when our application is running the splash window.
About our application: We are using Visual Studio Team Service. It is a desktop application programmed in .NET (C#)
Do you know which could be the problem?
Thanks,
Best regards