ContributionsMost RecentMost LikesSolutionsHow do i reduce the memory consumption during execution of multiple test suites How do i reduce the memory consumption during execution of multiple test suites, as the tests are executing the memory consumption is increasing the application is hangling and returning out of memory exception. SolvedRe: Why Ready API not returning any resp, when we execute Bulk number of testcases along with datasource i found the problem: let me explain my setup: we have Multiple test suites in the project and have few variables at project level. and i am executing the test suites using a batch file, the batch file contains the list of test suites which i want to execute ( some times only few and some times all) depending . so, when i am setting the project variables in one test suite using setproperty. testRunner.testCase.testSuite.project.setPropertyValue('FName',Name.toString()) after the execution of the above test suite the session for that test suite is completed and a another test suite executes, when i am trying to fetch the above FName which was set from earlier test suite , it is not getting fetched. Pls suggest a solution on how to save the variables permanently to project so that those can be fetched across the test suites When i have multiple groovy scripts in a test case from cmd line not successfull when i have multiple groovy scripts in a test case and executing from cmd line those are not executing successfully, but when i execute from ready api GUI those are executing successfully. any thoughts? Why Ready API not returning any resp, when we execute Bulk number of testcases along with datasource When i execute Bulk number of test requests, Few Requests not returning any Response(UI Also Hangs). Each request is fetching data from datasource. Whether that is causing the problem?