Top "Selenium-rc" questions

Selenium Remote Control - Answer to UI level functional test Web automation

How to continue execution when Assertion is failed

I am using Selenium RC using Java with eclipse and TestNG framework. I have the following code snippet: assertTrue(selenium.…

java testng selenium-rc assertion verify
Run chrome browser in inconginto Mode in Selenium

I want to run chrome in incongito mode through selenium. I googled enough for it and found how to run …

java google-chrome selenium selenium-rc
Selenium testing without browser

I use Selenium RC for testing. Now to perform a load test, I want to run parallel test cases. Is …

python selenium selenium-webdriver selenium-rc load-testing
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

I'm trying to run a Junit Test case which i exported from Selenium IDE. Im getting above exception.I'm using …

junit automated-tests selenium-rc
How to resize/maximize Firefox window during launching Selenium Remote Control?

I am using Selenium Remote Control . During executing the tests the actual Firefox window is so small. I want it …

firefox selenium selenium-rc automated-tests
Checking HTTP Status Code in Selenium

How to get the HTTP status code in Selenium? E.g. so I can test that if the browser requests /…

selenium selenium-rc
Pass command line arguments to JUnit test case being run programmatically

I am attempting to run a JUnit Test from a Java Class with: JUnitCore core = new JUnitCore(); core.addListener(new …

java selenium-rc junit4
java attempting to assign weaker access privilege error

[javac] U:\dms-webui-testing\test-java\dmswebui\CR\TestLogin.java:16: until() in cannot override until() in com.thoughtworks.selenium.Wait; attempting to …

java compiler-errors selenium-rc
Selecting an element with xpath and Selenium

I have HTML which looks basically like the following: ... <a class="btnX btnSelectedBG" href="#"><span>Sign …

selenium selenium-rc xpath
"IEDriverServer does not exist" error during running Selenium test with C# in Windows 7

I'm working on Automation framework using WebDriver with C#. Its working fine with Firefox but not with IE. I am …

c# internet-explorer windows-7 selenium-webdriver selenium-rc