I am new to selenium. I would like to run selenium test on a test environment(virtual machine) where the application(war) is freshly deployed. How to carry out the test. I see examples only with IDEs such as eclipse.
if you are on maven then you can checkout test code on any machine and invoke maven commands to execute tests. You don't need any IDE to just run tests.