Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2

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.New

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

  • No labels