...
GoTestPro has a "Settings" page where the user can generate the ClientID
...
& Secret/API String, whichever is more straightforward and more secure to implement.(
Set up a continuous Test Job in Jenkins/other DevOps servers
...
.
Login as Manager/ Test Engineer.
Create ScriptTest, Record and Save.
Navigate to the Executions Execution Page and & click on CI/CD tab.
Select the Test Name Tag and create a Job Name through the input fields given.
Enter the Retry Count that specifies the number of times to re-run a job in case of failure.
...
Now, the user can copy a rest endpoint/URL with an authorization key and Job ID by clicking on the copy URL icon, which can be used in the HTTP Request Plugin in Jenkins/Azure/other DevOps servers.
...