ContributionsMost RecentMost LikesSolutionsHi, I am not able to run a .bat file from ready api, same file is running in SoapUI, any solution? I am trying to run a .bat file with Groovy script , it is working fine in SoapUI but in Ready api it is giving the following error "java.io.IOException: Cannot run program "D:\PH\PH_LOCAL\CPH\AUTOMATION\SAT\6519_UserMgmtJanRain\DataSource\TestData\AppSign.bat": Argument has embedded quote, use the explicit CMD.EXE call. error at line: 77" Can you provide any solution for this. Thanks Re: Loading external groovy script in SOAP UI Thankyou so much for replying. I have one more doubt if I want to load two groovy scripts ,that are in the same directory, with the same procedure mentioned above then it is not able to load that. Can anyone tell how can i achieve this one? Re: Loading external groovy script in SOAP UI Thanks for guiding me, I have done as mentioned by using the script as library but it is not able to find methods like this: public static Map<String,String> getAutoConfigDetails(String fileFullPath) Any idea?? Re: Loading external groovy script in SOAP UI Actually that external scripts contains all the common function that each test step uses. So rather loading it into each test step i want to load it only once in test suite level. Re: Loading external groovy script in SOAP UI Can you tell me how can i load an external script at test suite level so that i dont have to load it in each test step??