testing - is there any way to automatically run a test suite from within Selenium IDE upon opening firefox? -
I would like to create a script or a batch file window that automatically opens the Selenium IDE (plugin) and opens and runs The test file is
I would recommend Selenium RC to run automatic selenium test. You can easily export from IDE to multiple languages supported by Selenium RC and then use a suitable test framework. It is also possible to run an IDE test written in HTML through Selenium RC using the HTMLSuite command line parameter.
Comments
Post a Comment