Internet explorer accessing problem

J

Jan Rogala

Hello,

We are curently buliding functional test suite by means of the Watin
framework.

We are experiencing problem when requesting web site in the Internet
Explorer in our tests.

Case when all is working

When we request web application locally on the server running test by nunit
console everything works fine.
Internet Explorer is opened, Password Chalenge appears and thorugh WatiN
proper credentials are filled in (Windows Authentication).

Case when the same test is not working

When we try to run it remotely triggering CruiseControlTray to make web
application request by means remote call to CruiseControl.Net NT Service
which calls WatiN, then it throws:
WatiN.Core.Exceptions.TimeoutException : Timeout while Internet Explorer busy

Presumably this may be some security issue.

Any pointers would be much appreciated.
 
M

Mr. Arnold

Jan Rogala said:
Hello,

We are curently buliding functional test suite by means of the Watin
framework.

We are experiencing problem when requesting web site in the Internet
Explorer in our tests.

Case when all is working

When we request web application locally on the server running test by
nunit
console everything works fine.
Internet Explorer is opened, Password Chalenge appears and thorugh WatiN
proper credentials are filled in (Windows Authentication).

Case when the same test is not working

When we try to run it remotely triggering CruiseControlTray to make web
application request by means remote call to CruiseControl.Net NT Service
which calls WatiN, then it throws:
WatiN.Core.Exceptions.TimeoutException : Timeout while Internet Explorer
busy

Presumably this may be some security issue.

Any pointers would be much appreciated.

Maybe, you need to use the <identity> tag in the web or app.config to
impersonate an account the has the proper permissions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top