TH2-Act UI framework demo contains a library of functions to be called from a script to automate windows Mini-FIX application. TH2-Act UI framework demo calls TH2-Hand to perform corresponding actions in GUI and verifies the results.
This project contains actions which:
- Opens Mini-FIX application
- Setting up and initializing connection to fix-server
- Send NewOrderSingle via application
- Extracting details about the last received order
- Extracting details about the last system message
- Close the connection
- Close the application
- JDK 11+
- Gradle (Optional)
- Docker
This project is built by Gradle. You can use Gradle wrapper to build it:
./gradlew build
To build a Docker image use Dockerfile, e.g.
docker build -t <image name>:<version> -f Dockerfile .
This box should be configured as default act boxes.
- updated dependencies
- renamed project to th2-act-ui-framework-win-demo
- updated README.MD
- related core updates