ContributionsMost RecentMost LikesSolutionsplugins\ready-mqtt-plugin-dist.jar could not create this file erro when I update V 3.2.7 Today I tried to run .exe file for V 3.2.7 and getting this error. And from tool itself I try to update and getting network error. SolvedRe: Not able to import project.xml.backup file in 2.7.0 as well in 3.0.0 I open a Case with support with Case #00424136 and they were not able to recover file as there's a bug in Ready API when you open two instances of 2.7.0 and 3.0.0. So lost my poroject as file were corrupted during auto save. Re: Not able to import project.xml.backup file in 2.7.0 as well in 3.0.0 I tried to remove.backup and then try to import file it still gives me an error Invalid project file. Not able to import project.xml.backup file in 2.7.0 as well in 3.0.0 After recent upgrade of 3.0.0 some of my existing projects from 2.7.0 version got corrupted and luckily I have those in project.xml.backup format. How can I import those project with back up file in 2.7.0 ? SolvedCannot get property 'testCase' on null object I am trying to create methods in Utility.groovy class to use that method for all my getCodes.ashx page test Steps, where I can get a TestStep name dynamically during execution. But getting error java.lang.NullPointerException: Cannot get property ‘testCase’ on null object error at line:15 when calling method from GroovyScript step and getting Cannot get property ‘testCase’ on Null object when calling method within test step using ScriptAssertion. For Groovy Script step I used def xml = groovyUtils.getXmlHolder( testRunner.testCase.testSteps[TestStepName].testRequest.response.responseContent ) and for ScriptAssertion I used def xml = groovyUtils.getXmlHolder( messageExchange.responseContent ) Re: How to get a database result of Sum of Amount column from database result? I tried all available convert functions but it's in the database so not getting any success. You said check this and I assume you were trying to provide some link for conver string function. How to get a database result of Sum of Amount column from database result? I tried this def q2 = "Select SUM(Amount) from abcd dabase.Data.FeeInstance where value= x" def result1 = db.rows(q2) assert result1.size() == 1 dbAmount = result1.get(0) log.info "Total Fee Charged on Payment Account is -->"+"---"+dbAmount Out put prints like this Total Fee Charged on Payment Account is -->---[:5.3200] and I am expecting $5.32 Getting Java heap space error in SoapUI NG pro I have set vmoptions file as below and now not able to launch a tool. -set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx4000m -Dsoapui.properties=soapui.properties -Dsoapui.home=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/bin -Dsoapui.ext.libraries=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/bin/ext -Dsoapui.ext.listeners=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/bin/listeners -Dsoapui.ext.actions=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/bin/actions -Dwsi.dir=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/wsi-test-tools -Djava.library.path=C:\Program Files (x86)\SmartBear\ReadyAPI-1.3.0-m-SNAPSHOT/bin -Djava.util.Arrays.useLegacyMergeSort=true -XX:MaxPermSize=256m No such property:info for class: Script13 Error I am getting subject error in my Script Assertion step even though it prints everything that I wrote in the scipt and it gives fail status.