Comment on Ask HN: What tools do you use to automate the testing of your websites?Comments−dpig17yhttp://seleniumhq.org/ is great for system testing. Easy to start using with the firefox plugin (selenium IDE), more advanced features (Selenium RC, Grid) and tests can be written in a number of languages.
Comments
http://seleniumhq.org/ is great for system testing. Easy to start using with the firefox plugin (selenium IDE), more advanced features (Selenium RC, Grid) and tests can be written in a number of languages.