-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi.
For some time I have been investigating Selenium RC in order to do functional testing of my web application. I have now found a test strategy that is so effective, that I do not want to move away from Selenium RC (after spending weeks trying to figure out a good way to validate ASP.NET validation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello,
I am using Selenium RC with Junit framework. I am trying to upload a file using attachFile() method.
attachFile: (Information collected from selenium API http://release.seleniumhq.org/selenium-remote-control/1.0-beta-2/doc/java/com/thoughtworks/selenium/Selenium.html#attachFile(java.lang…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following link 'Test' in selenium RC script.
Analysis
When I tried Selenium IDE it gives me following code. The same code does not work with RC . Please help me out with this
selenium.click("link=Test"); // code generated with Selenium IDE and same does not work with RC
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I get this error when running a number of tests in seleniums Bromine, The selenium RC version 1.0.2 outputs this:
WARN - GET /selenium-server/driver/?cmd=testComplete&1=&2=&sessionId=1274d41621c64fc08c1e7ea0a58f260b HTTP/1.0 java.lang.IllegalStateException: unexpected command json={command:"open"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to run an html testSuite with Selenium RC. The browser starts, the first test runs, and it stops. It doesnt continue to the second test case. I named both the test cases with .html extension. IAm using Firefox.
If i run them manually , individually from the selenium RC test runner window…
>>> More