Telerik Forums
Test Studio Forum
13 answers
822 views
Hi,
I am a newcomer to Test Studio, still in the trial period.  I hope I am posting to the write forum. 

I need to write a debug line to the log so I can trace failures.

I have an Excel data source with multiple columns and multiple rows.  My scripts parse the data fine, and tell me there has been a failure, but the log does not make it easy to see in which iteration the failure occurred.

One of the columns in my data is a row counter.  How can I read the value in this counter (the column name is Iteration)?  I assumed I could simply bind the value to a comment with $(Iteration), but this does not appear possible.

I tried putting a VB "log.writeline($(Iteration))" expression in the code-behind window but this just failed (I am far from an expert in VB).

Any advice would be appreciated.

Thanks,
Nigel.
Elena
Telerik team
 answered on 08 Oct 2018
1 answer
131 views

Hi,
We have been using Telerik Test Studio and Telerik Test Studio Runtime for a long time ( over a year).
We have installed Telerik Runtime Product Version: 173.12.6.0 and for the moment we are not considering in updating it... just for the moment.

With regards to the issue we are facing, I believe is more related to Mongo DB but as this is used by the Runtime and filled with Runtime data this is why I'm asking here.
Our Mongo DB installation is taking 75GB of space and we are close to taking all the space on that machine.
c:\mongo\db --> 75GB
Mainly the contents of this folder are files like these:
- TSStorageData.22

- mongo-server.log.2017-10-25T14-57-27

My question is if I can delete these files directly from the File Explorer without worrying if this will impact on the current execution of the Runtime or if there is any other way to clean this up as is taking most of the space on that machine.

Regards,
Sebastian

Missing User
 answered on 05 Oct 2018
4 answers
116 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
125 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
93 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
528 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
72 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
329 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
174 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
80 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
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?