Releases: menonvarun/taf
Releases · menonvarun/taf
TAF release v0.0.4
Following changes were done in this release:
- Added new features to EWebElement class to take be used as a WebElement object.
- Added filtering utility to EWebElement. This allows users to filter the existing elements based on numerous text matching criteria.
- Removed the sub-module taf-test and its dependency.
To download simple do Right Click -> Save Link as... on the following link:
testautomationframework-0.0.4.jar
TAF release v0.0.3
Following changes were made:
- Added support for using a page object rather than just a page class for using the util methods like to, at etc.
- Renamed CommonMethods class to PageObjectUtils
- Classes now extends each other to reduce code duplicity and easy addition of new enhancements.
- Added Verify utility to be used along with Assert to verify multiple non-dependent functionality together and then fail at a later stage.
To download simple do Right Click -> Save Link as... on the following link:
testautomationframework-0.0.3.jar
TAF release v0.0.2
Updated the documentation site. Fixed few issues and added 2 new features:
- Enhanced WebElement
- Global Data store
TAF release 0.0.1
First release of TAF, contains all the features mentioned on the site.