On exporting the test cases (that have been prepared using Selenium IDE) by a JUnit formatter and using Java platform, browser and Selenium w开发者_JAVA技巧indow closes on running the test case.
Is there a way to (easily) generate a HTML report that contains the tests results ? I am currently using JUnit in addition to Selenium for testing web apps UI.
I am using Selenium to do some web testing. My code looks like this: selenium = new DefaultSelenium(\"localhost\", 80, \"*firefox\", \"http://www.google.co.uk/firefox?client=firefox-a&rls=org.moz
I\'m executing selenium tests with testng, that are started on a remote system with Selenium RC via hudson (with ssh connection).The remote system is windows xp with MKS Toolkit installed, hence ssh.T
I have a radio button that is the first column of many rows in an html table.The second column of each row is the corresponding text to each radio button.How can I select a specific radio button in co
How to get the HTTP status code in Selenium? E.g. so I can test that if the browser requests /u开发者_开发问答ser/27 and no user with ID=27 exists, an HTTP 404 is returned?
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
We are using Junit + Selenium to webtest our webpage. But we have run into a problem. I need to parse the value from a hidden field with Selenium.
With Selenium RC 1.0.1, and FF3.5.x or 3.6 I keep seeing this error when trying to run any test, Failed to start new browser session:
I have a page that has an image which when clicked shows a calendar. I\'ve put an example of it here --> http://www.dotvibes.com/test/test.htmlClicking on the image shows a calendar.