Telerik Forums
Testing Framework Forum
1 answer
170 views
I have a question about the usage of the Free Test Framework.  The end solution that we are looking at involves having MSBuild build a test assembly (separate from our code) and then have the tests execute in a Test Controller/Test Agent scenario (with multiple test agents) using MSTest.  This would require the installation of the framework on both the build server and each of the test agents.  Is this possible under the licensing agreement for the Free Test Framework or would it require additional licensing?
Daniel Levy
Telerik team
 answered on 07 Jul 2011
3 answers
170 views
Hi,

Currently I'm using:
 - Windows 7 x64
 - vs2010
 - Chrome 12.0.742.112
 - Firefox 5.0
 - IE 9.0.8112.16421
 - Telerik Test Studio 2011.1.624_Trial

I have an html containing:
<title>Hello World</title>

I've tried:
Element element = Manager.ActiveBrowser.Find.ByContent("Hello World", FindContentType.InnerText);
Element element = Find.ByCustom(e => e.TextContent.Contains("Hello World"));
Element element = Manager.ActiveBrowser.Find.ByContent("Hello World);

Using Assert.IsNotNull(element); confirms that all of methods above works in IE and FF, but not in Chrome.
Does Find.ByContent work in Chrome?
Cody
Telerik team
 answered on 05 Jul 2011
5 answers
175 views
Hi,

How can i write my result to excel sheet?.

Regards
Kumar
Cody
Telerik team
 answered on 01 Jul 2011
3 answers
173 views
I installed the Telerik WebAii test framework about a year ago and all worked fine.  Recently, I had a hard-drive failure, so in rebuilding my machine, I installed the latest version.  Now none of my tests run.  I either get a hang or a StackOverflowException when I hit Manager.LaunchNewBrowser, no matter which browser I choose.  Just in case there was some breaking change, I created a new unit test using the telerik NUnit template.  It has the same problem.  

Any idea what the problem might be?

Thanks.
Plamen
Telerik team
 answered on 01 Jul 2011
1 answer
80 views
Does this framework [Version 2011.1 609] support FireFox 5.0 ? While I am trying, It lunches the browser but Exception occured so I am not able to proceed further. I am not able to find the supported add ons in the firefox add ons list.
Anthony
Telerik team
 answered on 29 Jun 2011
16 answers
309 views

Hello!

I run my test (Silverlight app if it is important) with IE8 and everything works fine.

I can run my application with Firefox or Safari, but the test does not work with the browsers. After brief investigation I have found out that after browser running the “Use a proxy server” setting is enabled (both Firefox and Safari).

I try using UseHttpProxy and VerboseHttpProxy properties and set them to false, but, unfortunately, there is no success.

 Could you please advise me how to disable “Use a proxy server” setting?

Thanks.

WebAii version 2010.3.1213.0
OS Name Microsoft Windows XP Professional
Version 5.1.2600 Service Pack 3 Build 2600

Anthony
Telerik team
 answered on 29 Jun 2011
3 answers
128 views
Hi guys, 

What is the latest FF ver. WebAii 2.0 supports ? Is it 3.6 or even higher ? 

Ta, 

SD.
Anthony
Telerik team
 answered on 29 Jun 2011
1 answer
102 views
Hi All,

First of all, just would like to say thanks to Telerik team on the release of Telerik_Testing_Framework_2011_1_609_FREE_EDITION.

I've been waiting for the fix for http://www.telerik.com/support/pits.aspx#/public/test-studio/5080 and now this release makes me happy.

Now, my script can handle silverlight object in IE, FF, and Safari. But Chrome doesn't work. It can not handle silverlight app and then throws exception.

If anyone else used to experience this issue, please help me out.

Thanks 
San.

Here is my code.

Utilities.GlobalObject.SETTINGS = new Settings(BrowserType.InternetExplorer, Utilities.GlobalFolder.REPOSITORY_WEBAii_LOG, Utilities.GlobalRunning.SERVER_URL);

Utilities.GlobalObject.SETTINGS.EnableSilverlight = true;
            Utilities.GlobalObject.SETTINGS.SilverlightConnectTimeout = 60000;
            Utilities.GlobalObject.SETTINGS.ExecuteCommandTimeout = 60000;


            Utilities.GlobalObject.MANAGER = new Manager(Utilities.GlobalObject.SETTINGS);
            Utilities.GlobalObject.MANAGER.Start();
            Utilities.GlobalObject.MANAGER.LaunchNewBrowser();


And the problem comes from this line

Utilities.GlobalObject.SILVERLIGHTAPP = Utilities.GlobalObject.MANAGER.ActiveBrowser.SilverlightApps()[0];

It takes so long long time, and then throw an exception 

"System.TimeoutException: Timeout trying to connect to Silverlight App.\r\n   at ArtOfTest.WebAii.Silverlight.SilverlightApp.WaitUntilExtensionCreated(String extensionCall)\r\n   at ArtOfTest.WebAii.Silverlight.SilverlightApp.Connect(Int32 timeout)\r\n   at ArtOfTest.WebAii.Silverlight.SilverlightApp.Connect()\r\n   at ArtOfTest.WebAii.Silverlight.SilverlightAppsList.get_Item(Int32 index)\r\n   at SM2WelcomePage.WelcomePage.loginSuccess()"
Cody
Telerik team
 answered on 27 Jun 2011
3 answers
139 views
Hi,

Is there a link here on the website where can i see the list of dll or reference that are supported on the TTF only.

is the design.dll part of the TTF.

thank you for your support.
Cody
Telerik team
 answered on 27 Jun 2011
3 answers
131 views
Just create new project, TestMethods are under GeneralTest.cs while the codes or public methods are under General.cs.

General.cs contains

public void LoadBrowser()
{
    Manager.LaunchNewBrowser(BrowserType.InternetExplorer); //Error on this line
}

GeneralTest.cs

[TestMethod]
public void LaunchBrowser()
{
    General.LoadBrowser();
}

Running the application return object reference not set to an instace of an object.
Am i missing some reference

Please guide solving my first problem.. thank you
Cody
Telerik team
 answered on 27 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?