Appendix A: Workstation Setup
This book has been written using macOS. It is expected that there will be no change in the command since we are using maven as the build and package management tool and Java as the programming language.
The following section has information on different environments on how to install the required software if not present on your workstation.
This book is based on JDK 8 and compatible Maven binary. Feel free to use the latest version of JDK with compatible Maven binary. For any issues, please report to the author or open an issue on the book’s GitHub repository: https://github.com/Apress/Learn-API-Testing.
Java1
We are using Java as our language of choice for learning API testing.
The following section shows how to install ...