Telerik Forums
Test Studio Forum
1 answer
58 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
53 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
222 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
154 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
50 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
135 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
49 views
Has anyone implemented any test scripts utilizing credit card processing with authorize.net?
Cody
Telerik team
 answered on 30 Jan 2015
4 answers
110 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
64 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
5 answers
112 views
Hi,

I have a requirement where I have to verify the each content on Kendo grid and then click on it.All the contents in this grid is auto post values,We are able to modify the dose field alone.

This grid was developed by using kendo gird, I can't be able to verify it even after recording it and tried little c# codes :

KendoGrid grid = ActiveBrowser.Find.ById<KendoGrid>("grid");

foreach (KendoGridDataItem row in grid.DataItems)
{
 if (row.Cells[1].InnerText.Contains("250:00"))
  {
   ConfirmDialog cd = new ConfirmDialog(ActiveBrowser, DialogButton.OK);
   Manager.DialogMonitor.AddDialog(cd);
   Manager.DialogMonitor.Start();

   row.Cells[1].MouseClick();

   cd.WaitUntilHandled();
   Manager.DialogMonitor.RemoveDialog(cd);
  }
}

- Above Coded step also not fulfilled my scenario.

These are the following scenarios,I need to verify :


Scenario 1 :

Need to verify the respective Time,Dose's are posted correctly while at the first time of grid open.

Scenario 2 :

Whenever i am changing the value of dose field in grid,it should affect this parent control(dose).


Please,Help me on this.
Boyan Boev
Telerik team
 answered on 29 Jan 2015
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?