I want to have selenium to run on one server like ubuntu, centos and to run all browsers check on that linux (centos or ubuntu server). So check of ie6, ie7, ie8, ie9, chrome, firefox etc.
But then I think this is not possible, because for ie we need windows machine. Or if we remove the ie and only want to test on chrome and firefox, can we do that on selenium rc on ubuntu or centos? Then I think on that server version I need to install firefox.
I think the main thing is that I don't get how the selenium server can work with actually not having browser installed or it can't?
Can anyone give me some instruction on this, I did read some documentation and nice tutorials, but this is not very clear to me.