I have already test Firefox extension like "Selenium" and "Molybdenum" but they are not really usefull with a dynamic website.
Indeed, the content changes often so all functionnal tests recorded are quickly deprecated.
I have already test Firefox extension like "Selenium" and "Molybdenum" but they are not really usefull with a dynamic website.
Indeed, the content changes often so all functionnal tests recorded are quickly deprecated.
What about Selenium-RC?
Selenium-RC uses the full power of programming languages to create more complex tests like reading and writing files, querying a database ... condition statements, iteration ...
... and maybe you could use something like Rails' functional testing stuff. (Unfortunately I'm not allowed to provide you with a link.)
Try TestPlan for a dynamic website. It supports changing content very well. It isn't a record/playback mechanism, but the syntax of the test language is very simple.
Just ask if you have any questions on how to use it.