Hello I have created many test scripts that i would like to from another script for example
Main Script
;Run Script 1 wait till finished then
;Run Script 2
Ideally these scripts would return if they failed or passed, so if once a test is completed it runs the next test
Each script will send a JSON to Jira to store fails but this would be a main controlling script that will execute all of the tests in a queue
What is the best way to do this?
Main Script
;Run Script 1 wait till finished then
;Run Script 2
Ideally these scripts would return if they failed or passed, so if once a test is completed it runs the next test
Each script will send a JSON to Jira to store fails but this would be a main controlling script that will execute all of the tests in a queue
What is the best way to do this?