Our documentation site has been updated to AIO Tests Knowledge Base

Test Framework Integration

AIO Tests strives to make it simpler for users to report their results in AIO Tests programmatically.

Test results can be updated

  • through the REST APIs, which give fine-grained control for each test, by allowing result updates in runtime

  • by choosing to import all results together, once all cases within a suite have been executed (post execution)

There are many testing frameworks in each language and each framework may have different reporting options. Most test frameworks today expose an XML report that captures the execution results.

AIO Tests offers to import results from these reports and simplify case execution reporting. AIO Tests supports TestNG, with more frameworks to follow as part of their road map.

To know more about how to map the automated cases to manual cases, please follow the links below: