chico-usptoOccasional ContributorJoined 8 years ago10 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Bug Fixes in Ready! API 2.6 Here is the url to get the list of bug fixes: https://support.smartbear.com/readyapi/docs/general-info/version-history/bugs-fixed-in-ver-2-6.html Bug Fixes in Ready! API 2.6 Hi Smartbear users, Would it be possible to get the list of bug fixes in the ReadyAPI version 2.6. It is not published along with the new version announcement. Regards, /Aldo SolvedRe: running SoapUI Pro automated script from command-line (testrunner.bat) Hi Sonya, Great! Yes, your response answered my question. Your help is appreciated. Thank you for the information and your time. /Chico Re: running SoapUI Pro automated script from command-line (testrunner.bat) Hi Sonya_m, I had done and that is the way I currently executing the testrunner.bat. But I thought that you can tell me from where READY_XMX parameter is getting it current value if I do not "rem" the line inside the testrunner.bat. My objective is to prevent other people open the testrunner.bat file to change the value of the READY_XMX parameter because they may unknowingly change other lines of the batch file. Can you ask your specialist contacts where READY_XMX parameter gets its value without changing the testrunner.bat? Thank you for your help. /Chico Re: running SoapUI Pro automated script from command-line (testrunner.bat) Hi Technical team, Any update on this question? I will appreciate your help. /Chico Re: Options for the deployment of Jar files beside the ...ReadyAPI-2.3.0/bin/ext folder Hi Nastya, thank you for your prompt response. You answered my questions. /Chico Options for the deployment of Jar files beside the ...ReadyAPI-2.3.0/bin/ext folder Good Afternoon, Would it be possible to deploy jar files within sub-folders in a project along with the Ready! API project XML file? So far the only place (that we are aware of) to deploy jar files are copying these jar files in ...ReadyAPI-2.3.0/bin/ext folder which is were Ready! API is installed . Does Ready! API 2.4.0 support this initiative? Thank you for your help. /Chico Solvedrunning SoapUI Pro automated script from command-line (testrunner.bat) Good morning, I am running my Ready! API (version 2.3) automated script using the command-line (testrunner.bat). I would like to change the JAVA_OPTS variable and set a new value for -Xmx; I noticed that its value has a variable assign to it %READY_XMX%. Do you know where is this value coming from or where this variable is set up? Appreciate your help. Regards, /Chico +++++++++++++++++++++ set JAVA_OPTS=-Xms128m -Xmx%READY_XMX% -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:MaxPermSize=256m -Dsoapui.properties=soapui.properties SolvedRe: How to get the tag name assigned to a test case using a Ready API groovy script? Great! This is exactly what I was looking for. It worked and implemented in my scripts. Regards, /Chico How to get the tag name assigned to a test case using a Ready API groovy script? I would appreciate your help. I am using Ready! API version 2.1. Solved