Chirag Jayswal
Chirag Jayswal
It is good to have emailable report generated at the end of execution that provides status and overview of the execution. This will be `TestCaseResultUpdator` implementation to generate emailable version...
### QAF Version N/A As of QAF 3.1.0 qaf supports random data generation using databean. It will be very useful to have similar feature to create data samples that can...
QAF Version: 3.0.0 Need to have support of [meta-data rules](https://qmetry.github.io/qaf/latest/meta-data-rules.html) validation for test authored in java ### Steps To Reproduce 1. Create test case in java 2. Set meta rules...
Split qaf in following separate artifacts: - qaf-core - qaf-selenium : required for web and mobile automation - qaf-testng : required if want to use TestNG as base framework qaf...
Version 2.0 of Commons Configuration is the result of a major redesign of the Configuration 1.x API. Upgrading from version 1.x of Commons Configuration to version 2.x will impact end...
Till now QAF is referred as `QMetry Automation Framework` that needs to referred as `Quality Automation Framework` in future. - update documentation - update other files in project where full...
https://github.com/qmetry/qaf/blob/09351a01967d81d1b07e54d3fac520a4776ff1ce/src/com/qmetry/qaf/automation/ui/UiDriverFactory.java#L441
Self descriptive locator has capability to provide meta-data with the locator. There can be a way where user can define component class in meta-data that can be used to create...
At present, in case of mobile webdriver, user have to cast driver to underlying mobile driver. Required to create TestBase for MobileDriver in order to get direct mobile driver object...
There can be a way to have java classes generated for test-case authored in non-java format for example bdd. The code-generator can be implemented to dynamically generate byte-code or generate...