This is a migrated thread and some comments may be shown as answers.

TimeOutException occuring

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
G S S
Top achievements
Rank 1
G S S asked on 29 Jun 2011, 12:08 AM
Hi,

I am using the free testing framework tool to perform browser automation. The code is written, but I get an exception:

    // Create the manager object  
    Manager myManager = new Manager(mySettings);

    // Start the manager  
    myManager.Start();

    // Launch a new browser instance. [This will launch an IE instance given the setting above]  
    myManager.LaunchNewBrowser();

On the launchnewbrowser() line, the code throws a timeoutexception. What am I doing wrong?

Thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 30 Jun 2011, 03:46 PM
Hi G S S,

Please check if you have configured your brouser according to the following documentation. And make sure you are running the test with a user account that is part of the Admin Group for  the machine.

Kind regards,
Plamen
the Telerik team
Register today for a live 'What's New in Test Studio R1 2011 SP2' event on Tuesday, July 19 at 2pm EST!

Have you looked at the new Online User Guide for Telerik Test Studio?
Tags
General Discussions
Asked by
G S S
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or