ContributionsMost RecentMost LikesSolutionsRe: Datasink is not printing response for all the test cases when running all test suites from project Yes Chris, all the test cases have the same hierarchy. Also, observed that when execution is initiated from project then sometimes "java.io.FileNotFoundException: File Path (The process cannot access the file because it is being used by another process) exception is also displayed. Re: Datasink is not printing response for all the test cases when running all test suites from project Hi Chris The Hierarchy is as below- DataSource1 DataSource2 Groovy Script - this has code to call test steps i.e. End Point Transfer, HTTP Req1, HTTPReq2, Property Transfer. DataSink DataSource Loop The above hierarchy is maintained for around 40 test suites which together create a framework and when I am running it individually datasink is printing correctly but when executing at project level it is not able to print responses in Excel. Datasink is not printing response for all the test cases when running all test suites from project Hi When we are executing our framework through project i.e. all test suites together then the datasink is unable to print the response however, if the test case is executed individually then all responses are captured properly.