Telerik Forums
Test Studio Forum
7 answers
161 views
Hi,

     I am using Test Studio_Ultimate_2014_4_1411_Trial version.

     I have installed the updated versions of Telerik test studio Extensions in my Chrome 

browser(Default Browser Version 43.0.2342.2 dev-m).

     During Test execution the extensions crashed and the test was closed. I can't get the 

expected results.

    Could you please tel me how can I resolve this Issue?

Thanks
Saravanan
Cody
Telerik team
 answered on 06 Apr 2015
1 answer
108 views
HI guys,

Previously i was able to record using Chrome. The recorder connects and is showing properly. But now, for no apparent reason, when i record using chrome, the recorder is not showing and it creates steps that i dont understand (attached image). Can somebody help me on this please.
Cody
Telerik team
 answered on 02 Apr 2015
16 answers
561 views
    
with version 2013.1.827 of testing framework we keep getting broken pipe errors after searching for a window:
This works fine in 2012.2.1420

it works the first time the code is called - the window is freshly created and we get a new window event, but when the window is re-used it fails. (The dock guide window has no caption - it is from the ActiPro docking framework) The window exists and is visible.

   var dockGuideWindow = AtlasApp.Application.WaitForWindow(string.Empty, 10000);
                    var location = dockGuideWindow.Window.Location;
--->>                    var dockGuides = dockGuideWindow.Find.AllByType<T>(); (where T : DockGuideBase)

Exception thrown during the wait for a condition. Error: Unexpected error while waiting on condition. Error: System.IO.IOException: Pipe is broken.
   at System.IO.Pipes.PipeStream.CheckWriteOperations()
   at System.IO.Pipes.PipeStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at ArtOfTest.WebAii.Messaging.Process.PipeCommunication.WriteCommandToPipe(PipeCommand command, PipeStream pipe, Boolean waitForDrain)
   at ArtOfTest.WebAii.Messaging.Process.BrowserRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId)
   at ArtOfTest.WebAii.Wpf.WpfProxy.ExecuteSLCommand(SilverlightCommand cmd)
   at ArtOfTest.WebAii.Wpf.WpfProxy.GetAllVisualTrees()
   at ArtOfTest.WebAii.Wpf.WpfWindow.RefreshVisualTrees()
   at ArtOfTest.WebAii.Silverlight.VisualFind.RefreshRoot()
   at ArtOfTest.WebAii.Silverlight.VisualWait.WaitForExistsByFindInfo(VisualFindInfo findInfo)
   at ArtOfTest.Common.WaitAsync._worker_DoWork[T,V](Object waitParam)

What has changed?
I have tried numerous workarounds (delays, doEvents,) to no avail




Cody
Telerik team
 answered on 01 Apr 2015
3 answers
213 views
Hello, first time posting here. I have a case where I want to generate a random number and use it in byValue selection. To be more specific, first I want to generate a random number on the fly (I used your VB code found in: http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/generate-random-number), then use this number to pick the number available from the dropdown menu.

I searched all over the docs, here and found nothing that would be useful to me. Example what I have in the test:

1. ...

2. Extract selection 'ByValue' on 'PriceCat' into DataBindVariable $(PriceCatValue)

3. [Add_to_cart_CodedStep1] : Generate random number between 1-5 $(randomNr):
         
          Dim random As New System.Random()
          Dim randomNr As Integer = random.[Next](1, 5)

4. Select 'ByText' option '1' on 'PriceCat' - DataDriven: [$(PriceCatValue)] <- here I want to use randomNr instead of "option '1'", like for example "option '$(randomNr)'"

Hopefully I'm specific enough.

Thanks!

Boyan Boev
Telerik team
 answered on 01 Apr 2015
1 answer
38 views
Whenever I attempt to update the location.hash of the browser using NavigateTo, the entire browser window refreshes.  Is there a way to update the hash (as if a user had clicked on an anchor) without refreshing the page?
Boyan Boev
Telerik team
 answered on 01 Apr 2015
1 answer
184 views
Hi, complete newbie and first time poster. I apologise if I've missed something like that in this forum but I need your help with the following problem that I have. Namley I want to generate a random number between 1-5 and then use this number as a value in dropdown menu. Steps that I currently have are as follows:

...
Extract selection 'ByValue' on 'PriceCat' into DataBindVariable $(PriceCatValue)
[Add_to_cart_CodedStep1] : Generate random number between 1-5 $(randomNr):

    Dim random As New System.Random()
    Dim randomNr As Integer = random.[Next](1, 5)

Select 'ByText' option '1' on 'PriceCat' - DataDriven: [$(PriceCatValue)] <-- here I want to use randomNr instead of value 1 in option '1'
...

Is that even possible?

Thanks!
Boyan Boev
Telerik team
 answered on 01 Apr 2015
14 answers
206 views
I have been trying to use the built in encryption for passwords and have found that there is no way to check that box in the step properties. Whenever I open the properties the box is greyed out. Does it have some kind of prerequisite?
Cody
Telerik team
 answered on 31 Mar 2015
6 answers
234 views
Hi,

Is there any way to validate the required fields on a form made ​​in angularjs?

there is no alert window only the outline of the label changes color
Cody
Telerik team
 answered on 30 Mar 2015
3 answers
148 views
Sometimes, IE crashes when I'm executing tests on the remote testing server. Usually this is at night, which then causes testing constipation.

Is there anything that I can do to get things moving again?

Thanks,

Wade
Cody
Telerik team
 answered on 30 Mar 2015
1 answer
144 views
We have multiple applications using Peoplesoft, SharePoint, .NET and others. While I feel confident that Telerik could handle our Microsoft products, I am unsure about Peoplesoft.

Has anyone utilized Test Studio with Peoplesoft?

Thanks
Cody
Telerik team
 answered on 30 Mar 2015
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?