ContributionsMost RecentMost LikesSolutionsRe: Issue with Ready API 1.6.0 I'm having exactly the same problem but my co-worker is not. Did you report the problem? Re: why default environment gets changed on creating a DEV and QA environment with different db connecti Any news on this? We're having the same problem as well. The solution is impossible to find. Re: Test Case not completing gracefully when Groovy Test Step accessing database. Thanks for replying. I guess I'll have to continue my investigation. Re: Test Case not completing gracefully when Groovy Test Step accessing database. Where is this Upgrade button on the history page? I'm having the same problem. Can you post a screen shot? Re: How can I get Environment using only the DataSink step? nmrao - Well, I may not be thinking of using DataSink the way it's designed, but here's my thoughts. We have 6 different environments and they are set up in the Environments tab. We run the scripts through MS Task Schedular through a PowerShell script for multiple environments every night. The Environment variable is passed in through the call to testrunner What I was hoping for is to use DataSink to create an Excel spreadsheet with one of the fields being the environment that is passed in. Jena How can I get Environment using only the DataSink step? We have multiple environments and are using the Environments tab to store them. Is there any way to get the environment from the Environments tab? I can get the Custom Properties, but I cannot get the associated environment. I don't want to have to add a Custom Property of Environment because I should be able to get it from somewhere. Any help? Trying to just use DataSink rather than a Groovy script. Thanks Re: Unable to add assertion will you post a screen shot of what you're seeing? Re: ReadyAPI CPU 100% Ugh! I'm such an idiot. LOL Here's what I meant. (Not what I said) I have Windows 7 64-bit operating system with 16 GB of RAM The RAM is the key to the Xmx### option. I changed the Xmx option to 16000m (=16GB) to reflect that. Previously it was set to 8000m - indicating I only had 8G of RAM. Making that change and the other highlighted line obtained from SB totally took care of the problem. Haven't had it since. Re: ReadyAPI CPU 100% Had the same problem.Do you have a 16 GB RAM machine? If so you will have to add an entry for the 16 GB RAM machine. Keep in mind that every time you install a new version of SoapUI you need to update this file because it gets written over. Take a look at the vmoptions file. You may need to update it to this (change the path name and version if it is different): -Xms128m -Xmx16000m -Dsoapui.properties=soapui.properties -Dsoapui.home=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin -Dsoapui.ext.libraries=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/ext -Dsoapui.ext.listeners=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/listeners -Dsoapui.ext.actions=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/actions -Dwsi.dir=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/wsi-test-tools -Dsoapui.jxbrowser.disable=true -Djava.library.path=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin -Djava.util.Arrays.useLegacyMergeSort=true -Dsun.net.http.allowRestrictedHeaders=true -XX:MaxPermSize=128m Re: ReadyAPI CPU 100% LOL! Good catch. Of course that's what I meant.