This plugin offers an interface from XL Release to QA Symphony qtest API.
- Start XLR:
./gradlew runDockerCompose
qtest.Server
: Defines your qtest server endpoint to be used.qtest.Login
: This task uses the provided credentials to login first time and get an OAuth token which is recieved as an output variable of type password. It can then be passed to other tasks for avoiding re-authenticationqtest.AddComment
: This task allows you to search for objects of any type under a project and then put a comment on those objects. You can use the data Query from qtest web interfaceqtest.CreateTestCase
: This task allows you to add a new test case under a project. You can specify field properties by identifying the field Ids in your installation. You can also provide test steps with description and expected criteria