0
votes
0answers
245 views

Custom error testing: How to find status code after page load/button click? [closed]

How to find status code after page load or button click for custom error testing? After button click the page crashes. I want to check status code.
3
votes
1answer
253 views

Selenium tests aren´t launched anymore

I used to be able to launch all my Selenium2 WebDriver tests in Ruby on Rails via rake test:units. But recently, my test case(s) won't be found anymore. I dont get any notification or error message. ...