Deploying SeleniumAssistant: Assuming you are using Tomcat:
Selenium Assistant is a WAR, so just deploy it to your app server - i.e. drop it in <TOMCAT_HOME>/webapps You can then access it through http://localhost:8080/seleniumassistant/ Once running, you'll get a page with 4 menu items: 1] SeleniumAssistant - just some general information. 2] script generator - here you can run your application in an iframe and generate your scripts, and save them to a directory. These files are saved with the .test extension, and are just plain text - making it easy to edit them. SeleniumAssistant will convert them into tables on the fly when using the suite generated by suite generator. 3] suite generator - finds all the *.test files in a given directory and generates the suite table - for convenience, if you have Selenium running at http://localhost:8080/selenium, you can launch the Selenium test runner from here - this is the easiest way - once the Selenium test runner is up, copy the url so you can launch it without having to use suite generator again. 4] sample app - this is just a trivial app so you can see how to use SeleniumAssistant I'll add some screen shots & this documentation to the website... Thanks for highlighting what is missing from the docs... ____________________________________________________ Do you Yahoo!? Find a local business fast with Yahoo! Local Search http://au.local.yahoo.com _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users