Setup with cucumber, capybara and selenium but some scenarios works only randomly. Running ruby 1.8.6 on rvm
I am testing a calendar component using Selenium. In my test I want to click on the current date. Please help me with the XPath statement for doing that. I am adding the HTML for thecalendar component
We are having a problem with our selenium tests which run in IE on a virtual machine. Whenever there is a 开发者_如何学Gojavascript error, a popup shows up and puts our system into a \'stuck\' state -
We have a considerable code base with relatively high test coverage for pages/forms, all via vanilla POST/GET.
I\'m curious to know who is testing against Chrome. I am mainly because it has become my primary browser, so all develop开发者_如何学Cment is taking place on Chrome, then i test with IE and Firefox.W
I am using selenium.open(), to open a URL, which prints the cookie output to the browser window: String cookiestr = \"http://my.server.com/cookie?out=text\";
In selenium IDE, I need to find the 3rd link whose text is \'XXX\' <tr> <td>clickAndWait</td>
I have a form text field that is being populated with a default value. I would like to clear the value and enter white space to assert that the expected validation occurs. I am using Selenium RC and t
In my selenium test suite (html), I define a first test case to initialize variable called in the next test case.
I am am running some selenium tests(ruby) on my web page and as i enter an invalid characters in to a text box i have the JavaScript throw a alert like so