WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo
NickName:Ali Hasnain Ask DateTime:2011-07-09T00:23:36

WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo

I am using Bamboo service to execute my tests using msbuild script. But the Bamboo service is unable to open IE on the server.

Important: I am running Bamboo as windows service. So basically IE is unable to launch through windows service.

Any sort of help will be appreciated !!

Copyright Notice:Content Author:「Ali Hasnain」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6627428/watin-test-internet-explorer-not-opening-in-windows-2008-server-using-bamboo

More about “WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo” related questions

WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo

I am using Bamboo service to execute my tests using msbuild script. But the Bamboo service is unable to open IE on the server. Important: I am running Bamboo as windows service. So basically IE is

Show Detail

WatiN: Error opening Internet Explorer

I have a C# (Visual Studio 2010) project that opens Internet Explorer 8 like this: Brower browser = new WatiN.Core.IE( "http://google.com"); This used to work, but I had some problems that requir...

Show Detail

WatiN and Internet Explorer 7

I'm using the WatiN, but when i developed my application test, i was using the Internet Explorer 6, but recently, the browser is updated to Internet Explorer 7. My appliations test can't start the

Show Detail

Hiding Internet Explorer when WatiN is run

I would like to know how I can prevent Internet Explorer from firing up every time I run my console application which uses WatiN for testing live sites. When I run my console application it fires up

Show Detail

Threading issue with running WatiN tests under VSTestHost

I've gotten a simple WatiN web test running on my dev environment and am trying to get it working on the TFS build server. WatiN is firing an exception: System.Threading.ThreadStateException: The

Show Detail

Watin is taking black screenshots within integration test

We are using WatiN - 2.1.0 to take a screenshot when an integration test fails. When running these tests locally on my dev VM all screenshot's are recorded correctly (using IE8 or IE9). However, w...

Show Detail

Use WatiN in windows Form to Automate Clicking and Writing in Internet Explorer C#

Internet Explorer is open and it is showing a webpage. We know there a drop down and a textbox and a button are exist in this page. I need to select an item from drop down, writing a text in textB...

Show Detail

python-webdriver throws ElementNotVisibleException when running Internet Explorer in windows 2008 server

I am running my python-webdriver test cases on different platforms. Currently i am encountering an error in Windows 2008 Server using InternetExplorer. Here are the details of my test environment: ...

Show Detail

Watin taking black Screenshots when RDP is disconnected

We are using WatiN - 2.1.0 to take a screenshot when an test fails.when RDP is in disconnected mode on all screenshot's are recorded black(using IE9) on Server we are running windows server 2008...

Show Detail

WatiN.Core.IE component giving Timeout while Internet Explorer busy error while opening a URL

I am using WATin IE component for browsing a specific website On StartBrowsing button click event I am initializing the object of WatiN.Core.IE and passing the website URL for opening the website as

Show Detail