Telerik Forums
Test Studio Forum
4 answers
151 views

Hi All,

I have downloaded the trial version of telerik few days ago. Now only 2 days left for the trial version to expire.The Product Version I am using is 2016.1.330.0. From yesterday onwards I am not able to execute my tests. After clicking on the "Run Test" option, nothing is happening. Please help me how to solve it.

 

Regards,

Sherin

 

nuthan
Top achievements
Rank 1
 answered on 05 Oct 2018
19 answers
164 views

The application under test uses quite a number of HTML pop up windows, and the tests frequently encounter problems when taking an action that closes a pop up window.

Specifically, the test I'm writing now navigates to a page, clicks a link that opens an HTML pop up window, clicks another link that opens a second HTML pop up window, enters values into the second pop up, and clicks a button that closes the second popup. The test then fails with an error saying that "This client ... is not connected to remote to be able to process command." 

 

Details in case it helps troubleshooting:

Test Studio version 2018.1.418.0

Test running against IE11

The second pop up is a search window. The action being taken that closes the window is selecting a search result which also sends data back to the server. I know the data successfully sends to the server, because the initial pop up window updates to reflect the selected search result. 

The test only fails intermittently with no apparent pattern to when it will fail, suggesting possibly a race condition?

 

Stack trace:

Failure Information: 
~~~~~~~~~~~~~~~
ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
 ---> System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   --- End of inner exception stack trace ---
   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.RefreshDomTree()

InnerException:
ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
 ---> System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   --- End of inner exception stack trace ---
   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.RefreshDomTree()
 ---> ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
 ---> System.InvalidOperationException: This client 'Client_e66ee583-28c5-4e43-918d-aa7f6a236a37' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   --- End of inner exception stack trace ---
   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.RefreshDomTree()
   --- End of inner exception stack trace ---
   at ArtOfTest.WebAii.Core.Browser.RefreshDomTree()
   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.Click(Element targetElement)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.Click()
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.Click(Boolean isClosing)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ClickActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
------------------------------------------------------------
'8/21/2018 10:50:49 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.

 

Elena
Telerik team
 answered on 02 Oct 2018
1 answer
155 views

Hi Technician Support,

 

I'm have 3 problems about test studio cannot capture Kendo tools. please see any attachments. I try to find related thread but it's not found.

 

Please kindly to support me.

 

Regards,

Nut

 

 

Konstantin Adamu
Telerik team
 answered on 28 Sep 2018
10 answers
658 views
The objective of the test I am trying to write is to verify that when a specific value is selected from a drop-down menu that a 2nd-drop down box will not longer exist on the screen.  For example, by default when the page loads there are 2 drop-down boxes available.  If I select value #3 from the first drop-down box the 2nd drop-down should disappear.  How can I write this verification?
Dobry Zranchev
Telerik team
 answered on 25 Sep 2018
1 answer
106 views

Testing a pop up open and close.

New pop-up opens but the step fails and it passes through the rest of the script to close the original window, but never closes the pop-up that was opened.

Pop-up never closed but the step was passed.

 

Elena
Telerik team
 answered on 21 Sep 2018
13 answers
442 views
Hi Telerik team
I am having really serious problem with TTS. When I want to run remote test list some test will execute OK but some test give an error message (I can see that error in the "results"): Unable to load test xxxxx NameOfTest - I've made some screenshot attached to this message
I am using TTS version 2014.2.6018.0 and I have tried some methods how to fix it:
-I have made new TTS Project, created blank tests and I've copied all steps into new created test... but this method doesent work
-I've alo tried to restore TTS Database but Im still getting that message -still no success
-BUT when I create new Project which includes only 8 test (max 130 steps each) its working OK.... -but its very unpleasant to work with dozens of projects- so its not solution for me

I have no other ideas what to do now.

Elena
Telerik team
 answered on 21 Sep 2018
3 answers
235 views
Hello, Support Team.
I have such a trouble: ActiveBrowser.Url.ToString returns an empty string. I'm using last version of Telerik, Win7 and IE9.
Can anybody help me?

Thank you very much
Nikolai
Telerik team
 answered on 19 Sep 2018
3 answers
117 views

Test Studio Version : 2018.2.606.0

Chrome Version : Version 69.0.3497.92 (Official Build) (64-bit)

 

Error : http://localhost:58754/WebUI/teststudio_start_page.html?port=58753&mode=0&loadingtimeout=60000&version=2018.2.606.0

You are using an unspoorted command-line flag:disable web security

 

Connecting to Controller...
Connected!
Executing test: 'Login 2'
  Mode: 'QuickExecution'
  Browser: 'Chrome'
  BaseUrl: ''
  Debugger Enabled: 'True'
  Debugger Mode: 'Normal'

  AutoPause: 'Never'

 

Thank you ! 

Elena
Telerik team
 answered on 18 Sep 2018
7 answers
172 views

Can an element's find expression reference more than one column from the bound data source?

I manually added an element and am changing its find expression to reference values from data. However, after setting one filter to reference data, the next filter does not allow selecting a data column. Is this intentional?

 

Thanks,

Matt

 

Vera
Telerik team
 answered on 18 Sep 2018
1 answer
62 views

Hi there,

We’ve just started our trial period of Test Studio recently. One of the most important features we want is that we can integrate a Test Studio project with Jenkins CI. Is that possible to do it with the trial version? Also do we need a Run-Time Edition on Jenkins server or just the plugin will be good enough? Thanks.

 

Best Regards,

Jason

Elena
Telerik team
 answered on 17 Sep 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?