By john.jian.fang
via code.google.com
Published: Sep 26 2008 / 12:44
The Tellurium Automated Testing Framework (Tellurium) is a test framework built on top of the Selenium test framework and it abstracts UI components to Java objects and does object to locator mapping (OLM) automatically at run time so that you can define UI objects simply by their attributes and write your selenium tests just like writing JUnit or TestNG tests. Since the framework constructs the actual locator automatically at run-time and it uses the Group Locating Concept (GLC) to exploit information inside a collection of UI components to help finding their locators, Tellurium is more robust, flexible, modularized, easier to maintain and refactor compared with the locator-based Selenium test framework.
If you want to convert your existing Selenium test cases to Tellurium test cases or want to use Selenium IDE to create tellurium test cases, you can find the solution here,
http://code.google.com/p/aost/wiki/HowToConvertSeleniumTestToTellurium



Comments
john.jian.fang replied ago:
More Tellurium RESOURCES
Tellurium Project Home
http://code.google.com/p/aost/
Tellurium User Group
http://groups.google.com/group/tellurium-users
Tellurium Introduction
http://code.google.com/p/aost/wiki/Introduction
Tellurium Tutorial
http://code.google.com/p/aost/wiki/Tutorial
Tellurium User Guide
http://code.google.com/p/aost/wiki/UserGuide
Tellurium FAQs
http://code.google.com/p/aost/wiki/FAQ
Tellurium Reference Project Guide
http://code.google.com/p/aost/wiki/ReferenceProjectGuide
Voters For This Link (17)
Voters Against This Link (0)