Tellurium Automated Testing Framework
The Tellurium Automated Testing Framework (Tellurium), formally known as AOST, is a testing framework built on top of the Selenium testing 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 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 testing framework.
The Tellurium framework defines a new Domain Specific Language (DSL) for object-oriented Selenium test. You can even write your selenium tests in pure DSL format.
Data Driven Test is another feature of Tellurium. You can define data format in an expressive way. In you data file, you can specify which test you want to run, the input parameters, and expected results. Tellurium automatically binds the input data to variables defined in your test script and run the tests you specified in the input file. The test results will be recorded by a test listener and output in different formats, for example, an XML file.
The Tellurium framework is written in Groovy and Java. The test cases can be written in Java, Groovy, or pure DSL. You do not need to know Groovy before you use it. Detailed Introduction, Frequent Asked Questions, and illustrative examples are provided.
Tellurium shapshots can be found at our Maven repository
Acknowledgments
Special thanks to JetBrains for providing us Open Source License for IntelliJ IDEA.
NEWS
- June 25, The AOST framework became public with version 0.2.0. The framework has gone through two phases of prototype and has already been used for couple internal projects at the release time.
- July 02, UI Object ID is refactored to support nested UI objects.
- July 12, AOST 0.3.0 is out and it comes with significant feature enhancement including Composite Locator, Group Locating Concept, and Multiple UI Modules in one DslContext.
- July 17, AOST user group is created. Please join and post your questions, comments, and suggestions there.
- July 18, Welcome Vivek Mongolu to our team.
- July 22, Welcome Adrian Carr as a contributor to our project.
- July 29, Welcome Matt Senter to our team.
- July 29, The AOST framework is officially renamed to the Tellurium Automated Testing framework (Tellurium).
- August 7, Welcome Quan Bui to our team.
- August 13, Tellurium 0.4.0 is released and this release includes a lot of new features and enhancements such as data driven testing, framework configuration, and JUnit 4 support.
- August 22, Welcome Haroon Rasheed to our team.
- November 15, Tellurium 0.5.0 Release Candidate RC01 is out

