Introduction
AlchemyJ provides a testing framework that can generate a unit test project for both Java API and REST API. This framework will allow users to define one or multiple sets of test data and run them before and after the API has been compiled. The testing result can be shown as a test report to the user directly. Furthermore, the generated test data can be run by other unit testing frameworks. For example, JUnit.
Features about the testing framework can be found from the Test tab in the AlchemyJ ribbon.
Refer to the topics below to know more about the testing features of AlchemyJ