Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using a book to learn Yii, and it's telling me to install selenium server to do functional testing. Where is the best place to install this if I'm using Mac.

(Note, I'm a newbie so explicit instructions are most appreciated.)

Also, would I have to alter the include Path or anything else?

share|improve this question

1 Answer

up vote 0 down vote accepted

For beginning you should use Selenium IDE for firefox. I recommend you play with it before starting advanced use of selenium. Thats all for beginning.

Once comfortable with IDE,You can download this standalone Selenium Server

and then run it with java -jar selenium-server-standalone-2.0b2.jar

It will run by default on localhost:4444.

You will need client driver for specific language you want to write your tests, if at all. You can get the drivers from here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.