I am getting a Unexpected error in some of the Selenium RC code. Some time it w开发者_运维知识库orks fine but sometimes it gives the Unexpected error and the scripts stop at that line only.
My Selenium Grid setup is as follows (all VMs) VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment
I am attempting to run a JUnit Test from a Java Class with: JUnitCore core = new JUnitCore(); core.addListener(new RunListener());
I am looking to migrate my selenium RC tests to using PHPUnit 3.4.12 from PHPUnit 3.3.2. The selenium test will fail with an exception of the following when I use assertTextPresent():
I am using PHPUnit 3.4.12 to drive my selenium tests. I\'d like to be able to get a screenshot taken automati开发者_开发技巧cally when a test fails. This should be supported as explained at http://www
I want to automate this scenario. UserA assign an item to UserB, who gets an alert m开发者_开发技巧essage. In order to do this I want to have two different browsers launched with different accounts to
I have button on the page that being used as a link to another page. So when t开发者_如何学Pythonhe user clicks the button they are redirected to the right page.
I am writing a Selenium test in PHP using the PHPUnit Selenium extension. I know how to type something into a tex开发者_运维问答t field:
I\'m new to Selenium RC, having previously used Selenium IDE and only run tests in Firefox. I\'m trying to get a basic test to run using Selenium RC through Eclipse; my test works OK in Firefox, and i
I am writing selenium scripts on a complex web based application. To use a useraccount I need to register first using one URL and then approve the account in the admin console on another URL.