Telerik Forums
Test Studio Forum
1 answer
118 views
I am trying to have a recorded test test click on an item in a RadTreeView list on a HTML webpage, in this case called "2. All Reservations".  But, the item title/name may not always contain the number "2." and may not be at the same index in the list, so I was hoping to find it and click it by the name "All Reservations". Here's more information below.

When I record the event in Test Studio, get the following entry (I replaced part of the navigation link with [some_code]):
RadTreeView('ctl00_ctrlMenu1_Menu'): '2. All Reservations ' action -> 'Navigate' to '/NewFormView.aspx?[some_code]'

Viewing the properties of the RadTreeNode, the html code is the following:
<div class="rtMid rtSelected rtHover">
<span class="rtSp"></span><a title="2. All Reservations" class="rtIn" href="NewFormView.aspx?[some_code]" target="_parent">2. All Reservations                     </a>
</div>

Editing the step in code, I receive the following (I replaced part of the navigation link with [some_code]):
'RadTreeView('ctl00_ctrlMenu1_Menu'): '2. All Reservations ' action -> 'Navigate' to 'NewFormView.aspx?[some_code]'
Pages.Home.CtrlMenu1MenuDiv.NavigateNodeByText("2. All Reservations ")

Is there a way for me to find the item by some sort of "text contains",  or is there another way of finding that element in a repeatable way?

Thanks,
Tim
Boyan Boev
Telerik team
 answered on 05 Feb 2015
1 answer
101 views
Hi,

I can not find anything about the browser Opera. We have to support Opera since we are a norwgian company  :-)

Is it supported by Test Studio? If so, how to get it to work?

If not, are there any plans for it to be included?

Haavard Gulbrandsen
​
Cody
Telerik team
 answered on 05 Feb 2015
1 answer
89 views
Hi, We are evaluating test studio and would like to test the execution of a test list remotely via execution server, but we get an error "Scheduling server cannot reach Storage service". I believe when we installed the Test Studio Ultimate Trial (2014.4), we did not get the option to configure execution or storage server.

Question is, does Trial version have such an option?

Thanks
Cody
Telerik team
 answered on 04 Feb 2015
8 answers
294 views
 Hello,
Can I convert the entire recorded test-case steps to C# code.

( I am not looking for the single step view, but for entire test to be in c# code).
Cody
Telerik team
 answered on 02 Feb 2015
11 answers
219 views
Hi guys

We've been experimenting with SignalR. I'm having trouble getting TS to detect page load completion, browser ready, and other similar states. I find it will just sit and time out. I've tested multiple transfer methods, the biggest problem being with forever frames which is also the most common method. 

A scenario example is we have a typical login page which contains a username, password, and submit button (of type submit), on submit the login page posts to another page that uses signalr.

The steps:

-Type Username in username field
-Type Password in password field
-Click Submit button <--- This is where our test fails

TS will time out saying that the button has timed out, though the page will be shown and displayed correctly. My train of thought leads me to believe that the forever frame is causing TS to not detect the page load completion.

If you have any tips or solutions I would love to hear them!

Cheers
Jon
E Rik
Top achievements
Rank 1
 answered on 31 Jan 2015
1 answer
84 views
We are getting an inordinate amount of disconnections between my development machine and the VM where the test studio app resides for Recording and our Browser/application testing is happening.  This has made running this Automation application a nightmare. 
We upgraded to internal build 1326 yesterday but now we are getting reconnections every 30 or so seconds.

We would like to know if there is a better set up for our Automation system.  Can we put the test studio application on my development machine and run the test scheduler, etc on another machine which would be the system under test? 

Thank you
Kathy @ Assess Systems

Boyan Boev
Telerik team
 answered on 30 Jan 2015
1 answer
214 views
Hi. I have just started evaluating Test Studio to test our WPF application. Our application title contains the application version number and therefore changes after each upgrade. I created a test aginst version 1 and then upgraded the application to version 2, but when I run the test now it is still looking for controls in application v1. e.g. the PrimaryTarget field contain the application title with version 1. Is there a way to make this work? Thanks.
Ivaylo
Telerik team
 answered on 30 Jan 2015
1 answer
80 views
Has anyone implemented any test scripts utilizing credit card processing with authorize.net?
Cody
Telerik team
 answered on 30 Jan 2015
4 answers
211 views
Hi

I'm working on a project that requires me to check figures in various reports (Silverlight and SSRS).

I have a dashboard SSRS report that shows various subreports, for example Top 10 Users, which shows names and spend(£). I would like to access those 10 names and their respective figures and then run a SQL query to check they match.

I have set up the SQL connection and that is pulling the data out that I need, but I'm struggling to work out the best solution to capturing the data from the report.

Can you please help?

Many thanks

Andrew
Cody
Telerik team
 answered on 30 Jan 2015
4 answers
91 views
Hi.
I've downloaded free telerik test framework.
and try to do the following with silverlight application:


var slApp = ActiveBrowser.SilverlightApps()[0];
var menu = slApp.Find.ByExpression(new XamlFindExpression("TextContent=Administration", "XamlTag=textblock"));
menu.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 30, 30, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, ((System.Windows.Forms.Keys)(0)));

Actually, i had done it after i installed trial version of test studio to see if it is possible to click there.

From Test studio it works fine, but from my test it finds element, but doesn't want to click.
it there any solution for that?

Thanks!
Boyan Boev
Telerik team
 answered on 29 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
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?