views:

26

answers:

2

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.

A: 

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.)

kschaper
A: 

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.

edA-qa mort-ora-y