QAF Release 2.1.15
Closed 2.1.15 milestone
#287 Updated license to MIT
Deprecated RestWSTestCase
use WSTestCase
instead
New Features
- Support to add third party step finder service
- #276 Support to locate element using extJs
Provided additional locator strategies- extDom : to locate element by ExtJS dom query
- extComp : to locate element by ExtJS component query
- #301 Format meta-data with link
- #302 Enforce meta-data rules in dryrun
Enhancements
- Ensuring clear step mapping when populating steps mapping
- decreased report file name prefix max length from 50 to 45 char
- Moved meta data related method to MetaDataScanner
- Code improvement to process outline for data driven scenario without
- support to trigger element listener on find element command
- #23 Support JSON report for multiple XML suite in single run
- #123 Added comment for CDN.
- #275 - support of JQuery locator strategy to find child element
- #277 Support to have custom step provider class object factory
Bug fixes
- #241 Capabilities with driverName prefix should take effect with custom driver
- #242
cacheble
set through default element data doesn't take effect - #243 Issue with Time Duration at Test Level
- #249 ResultUpdator not awaiting for completion When groups include/exclude used in xml configuration file
- #250 null pointer exception when test method from class in default package
- #256 Exception when feature file is empty or all statement commented
- #257 Scenario not parsed by Gherkin and BDD2 Factory when additional details provided after Feature Keyword
- #269 BDD2 - Examples - Blank/Empty data is not being executed
- #278 Runtime exception when test method has
@Parameters
annotation - #300 Scenario outline in bdd2 should work without Examples keyword