Telerik Forums
Testing Framework Forum
3 answers
132 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
62 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
244 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
105 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
65 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
104 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
80 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
1 answer
101 views
Hey all,

From my research, it seems that telerik does not support flash player testing, so I'm asking here in general, what are some options people have used to integrated flash player testing into their scripts?

Basically, my silverlight application has a help section that has the option to play a video.  All I need to do is make sure that video loads properly inside of the flash player.
Cody
Telerik team
 answered on 27 Jun 2011
6 answers
153 views
My goal is to run as many tests using the in process server as possible for execution speed while having an IE window open to run javascript-dependent tests and switching between the two browsers as necessary.

I am having trouble getting the in process host to work and it appears that even the samples have the same issue. After LaunchNewBrowser ActiveBrowser remains null and the following appears in the log:
ActiveBrowser was changed and set to LastOrDefault. Current active was either invisible or disconnected
ActiveBrowser was changed and set to LastOrDefault. Current active was either invisible or disconnected

Unable to find anything in the documentation, I am hoping that someone here can help.
Thanks!
Cody
Telerik team
 answered on 22 Jun 2011
13 answers
120 views
Hi,

I cannot submit a bug, because I'm not a license holder, so I report it here.

in IE9, download dialogs were replaced be an orange bar at the bottom of the page.
Neither IEDownloadDialog nor DownloadDialogsHandler work in IE9.


Shtilianov
Telerik team
 answered on 22 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?