...
Writing the specifications in Confluence is not enough. To make them executable you need to implement source code called fixtures. Figure above gives an overview of the There are different tools for use within a JAVA work environment.
- As
...
- an Eclipse user you may use the Eclipse plug-in to interact efficiently the system under test (JAVA source code) and the specifications (Confluence pages)
- Analogous there is a Plugin for IntelliJ IDEA users
- To integrate the acceptance tests in your CI/CD environment you can use the appropriate plugins for gradle, maven and jenkins
How to Install LivingDoc?
...
A detailed documentation of how to install the Confluence plugin can be found here.
How to create your first executable specification?
Before creating a hello world example a registered Confluence Space is necessary. A detailed documentation of how to prepare your Confluence Space for LivingDoc can be found here. Please make sure you registered your Space, specified your system under test and set your Space Theme to LivingDoc Theme. Subsequently you can start writing your executable specification. Please follow this introduction.
How to Install Eclipse plug-in for JAVA?
...