ContributionsMost RecentMost LikesSolutionsRe: Encoding response parameter Thank you for your reply. I'm trying to do the following. Step1: Retrieve encrypted user ref id from below url GET https://my-url.com/api/~?userId=person1 Response body: { “refId” : “encryptedUId” } Step2: Encode the above output “encryptedUId” and store it in a csv data sheet. Encoding response parameter Hi I need to encode an API response parameter and extract it in a csv data sheet. How can I do that? Thank you! SolvedRe: Unable to launch TestRunner. Getting error code 127 Thank you for your response. I'm on mac and not able to find READYAPI_HOME/bin directory. Can you please help? Unable to launch TestRunner. Getting error code 127 Error log: Running ReadyAPI TestRunner for [Auth APIs RegressionV3] directory: /Users/zde882/Desktop/untitled folder 2 command: sh -c ./testrunner.sh "-sOTP APIs TestSuite" "-cValidate Pin TestCase_Intellix" -r -a -j -J -f/Users/zde882/Documents/GalaxyGuardians/Regression -g "-RTestCase Report" -FPDF "-EDefault environment" /Users/zde882/Downloads/auth-apisV3_ReadyAPI_Automation-master/Auth-APIs-RegressionV3-soapui-project.xml sh: ./testrunner.sh: No such file or directory Solved