ContributionsMost RecentMost LikesSolutionsExecute Data Sink step using groovy script testRunner.runTestStepByName("DataSink") I'm trying to execute data sink step using groovy script by testRunner.runTestStepByName("DataSink") to write results in excel sheet. im getting data sink step passed in transaction logs, but its not writing into my excel sheet. Any suggestion over this? Note: I'm using ReadyAPI 3.3.0 version.