I’ve read here and there that we should now use Selenium 2 (WebDriver if my understanding is right). I’m not talking about Selenium IDE which is really easy to use.
I’ve read the documentation on Selenium website (which claims not to be complete since Selenium 2 isn’t stable, which is fine). My problem is: I can’t get starting with Selenium.
I mean, as described, I’ve downloaded it, launched it. I’ve found samples test case here and there.
But how do you (with Selenium/WebDriver):
- start a test/test suite?
- structure test suites?
- where do you “put” your tests?
- Java or PHP for test writing? (I’ve read that PHP implementation wasn’t enough stable for now)
Maybe I have missed THE documentation on How this all works?, if so can you point me this out.
As a side note, I’m an OS X user, even though I think this is not an issue.
Thanks.
This is the documentation page I was missing:
http://seleniumhq.org/docs/05_selenium_rc.html