How Do You Have Selenium Setup?

I’m trying to come up with a standardized setup for Selenium so I can share it with our team and everyone can have the same configuration.

I have Selenium IDE installed within Firefox to record tests and I’m tinkering with different ways of setting up Selenium Core to run test suites locally. Our projects are stored in SVN and I want to store the test scripts there as well. I’m thinking I can store the scripts in a /testing directory and then include them within the webroot of my project on checkout using the svn:externals property.

If you use Selenium – how do you have it setup and configured? Do you use the Core or just Selenium IDE to run your tests?

Recent Related Posts

One thought on “How Do You Have Selenium Setup?

  1. Using Selenium IDE to run the test sounds horribly inefficient. I’d do what you suggested. Definitely be putting them in version control too.

    I thought I read of a version or offshoot that doesn’t require tests to be on the same domain as what you are testing. If I’m not just making that up, I’d also look into that

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>