ContributionsMost RecentMost LikesSolutionsTestRunner - Execution finished with errorCode 1I have bunch of test suites and are running fine at project level without issues but if i use the test runner, i always get Execution finished with errorCode 1 Can any one let me know what this error code is? i checked log and couldnt find any infoRe: Sending variable to another script and getting resultlooks like this is gonna do the work, ill try viewtopic.php?t=15744 if you have any other solutions please adviseSending variable to another script and getting resultI have common SQL script to validate ID. I would like to modularize. i have below idea but not sure what i need to use to accomplish. [Both suite are under same project] CommonTestSuite > TestCase > TestStep > Step#1 POST REST request and gets ID as response Step#2 JSON Slurper gets response ID and sends to CORE test suite for validation Step#2 Based on the result from CORE test suite, assertion is passed or failed CORESUITE > TestCase > TestStep > Step#1 gets the ID and queries the ID in DB Step#2 sends the result to the calling script Please share any better idea to keep common SQL functions separate and calling them whenever required.Parameterize step name in context.expandhow do i parameterize the below def response = context.expand('${Step1#Response}') def tcase = context.testCase.getTestStepAt(0).name; i want to supply tcase variable in place for the StepNameSOPAUI Parameterize test step name in context expandhow do i parameterize the below def response = context.expand('${Step1#Response}') def tcase = context.testCase.getTestStepAt(0).name; i want to supply tcase variable in place for the StepName