Release Notes

These Release Notes pertain to the Application Testing component of NaturalONE version 9.1. The following topics are covered:


What's New in Version 9.1.3

Eclipse-Independent Application Testing

It is now possible to execute a Natural unit test bed with an Ant script outside the context of a NaturalONE/Eclipse environment. This is especially important for providing full DevOps support if you also want to execute test cases unattended in a lean command line environment. This extension will also simplify the integration of Natural unit test processing with continuous integration tools like Jenkins.

The functionality of writing Natural unit test cases is already covered by NaturalONE. However, this has now been extended with a new Natural unit test Ant Script wizard, which can be used to generate Ant based testing scripts. These scripts support several targets like checkout for checking out a test project or unittest for executing a Natural unit test bed.

For testing purposes, you can now also execute a testing Ant script inside NaturalONE via the Eclipse built in Run As Ant Script functionality. The results of a test run will be displayed in the Console view.

Refer to Creating Ant Scripts to Run Unit Tests for further details.