INGenious | Code view
INGenious IDE (the user interface) uses the code and logic written in the INGenious Engine to test applications. This makes the Engine, the heart of the solution. All test actions (Browser or API) , assertions and every other logic is built inside this Engine.
INGenious exposes this Engine as Maven
project which can easily be imported into your favourite IDE. After that you can perform any of these actions :
- New Actions using existing libraries
- Update Actions which already exist
- Import New libraries for new actions
Tip
INGenious is built in Java. So anything and everything that can be coded with java, can be done with INGenious!
Learn more about the following topics :