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

    Popular posts from this blog

    Is there an open source WebSockets (JavaScript) XMPP library? -

    java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

    iphone - How do I make a UIPickerView in a UIActionSheet -