...

/

Building and Running tests: SOAP API

Building and Running tests: SOAP API

In this lesson, we will learn how to build and run SOAP API tests using Gradle.

Building the project

Go to the project root and run the following commands.

./gradlew clean build -x test

Commands to run the test files from the command line

Go to the project root to run the command.

Sample tests for reference

...