I am using selenium for sometime and doing good with it. I would like to try Tellurium. Searched and find only few questions about that. I would like to know the following
- What is the main advantages of using Tellurium?
- How it is different Selenium+Groovy?
Tellurium is DSL(Domain-specific language) for Selenium. It was made to make Selenium easier to use. If you like Tellurium language better than use that.
in this document you can see how its different
http://code.google.com/p/aost/wiki/UserGuide070Introduction?tm=6
If we think Selenium as the “C” language, Tellurium is like the “C++” language, which uses a different testing concept. There are couple advantages to describe the UI elements as a UI module.
Tellurium emphasizes the decoupling of UI from test code. The structured test code makes Tellurium easier to maintain and refactor.