I\'m trying to run a basic test in Internet Explorer via Selenium-RC/PHPUnit, and it开发者_Go百科 always returns with
In order to automate DOH tests during our build process, I use Selenium RC to launch different browsers (IE and Firefox) on a server placed on a different domain than the build machine. Each browser i
I\'ve run into a weird problem yesterday. I am using selenium-rc along with C# to write test scripts. For the first time, yesterday, I started getting the error \"Unable to connect to remote server\".
I initialize the selenium like public void setUp() throws Exception { setUp(\"http://localhost/\", \"*firefox\");
I\'ve got a bunch of test scripts written using Test::WWW::Selenium (but the fact that I used perl is inconsequential, any language selenium supports probably has the problem I describe).When the cogs
Is there any option available to run c#/.NET tests directly using selenium server like following option for html based tests?
I am running tests from phpunit using selenium. Since the tests take a couple of minutes proceed, I would like to switch to another desktop and do some tasks while the tests are running in the backgro
Basically, I want to run selenium tests that allow the database to be setup to a define status before each Selenium test. How would I do开发者_JAVA百科 this?Given that Selenium just calls url\'s you c
I\'m running complex tests that开发者_如何学运维 create many cookies for different sections of my web site.
I\'m trying to get screenshots from a web page with multiple browsers. Just experimenting with Selenium RC, I wrote code like this: