ContributionsMost RecentMost LikesSolutionsRe: Is it possible to auto load project properties from external file Sorry, but i already know this option for the execution.(testrunner) I want the same kind of option when we open the project in ReadyAPI UI Is it possible to auto load project properties from external file I want to keep all the Project custom properties in a file. this is common for all the Project files. When i load the project in ReadyAPI, can we configure that it loads automatically the Project properties from external file. we have closely 40 project files. Datasource with Loadui ng doesn't loop rows in sequence I tried with all settings and it didnt work for me. Requirement: I have csv file with 10 rows of data, need to loop through all the rows with single user. it works fine in Soapui but in loadui it takes column and skips 1 row please find the attachment for the same. Datasource Settings: Start Row: 1 Shared and Restart shared check box are checked. Re: DataSource with Groovy Script - NullPointerException in SoapUI NG Please find the swf video file for more reference Re: DataSource with Groovy Script - NullPointerException in SoapUI NG I dont know how it worked for you i still have the same problem i repeat again when we launch the ReadyAPI and run the script it works fine, now close the Data source window and dbclick on left tree to reopen it and run it. we still have this issue. please find the attachment for the same. Re: DataSource with Groovy Script - NullPointerException in SoapUI NG Iam on 1.7 upgraded 3 days back Re: DataSource with Groovy Script - NullPointerException in SoapUI NG No it it doesn't work, i have the same error. please suggest something.. i am blocked here. I will have to close the ReadyAPI to get it work previously but now it is not even displaying the values that are generated DataSource with Groovy Script - NullPointerException in SoapUI NG Steps to reproduce: In a test case create step Data source > select Groovy script and paste the below script. Add property as ID Run the script it works fine Now Close the data source screen by clicking on cross button reopen the data source and run the script you will get the java NullPointerException I hope it will be fixed by soapui NG team import org.apache.commons.lang.RandomStringUtils countryCode = "FR" decisionCode = "SDE" charset = (('0'..'9')).join() randomString = RandomStringUtils.random(8, charset.toCharArray()) result["ID"] = countryCode + decisionCode + randomString Thu Jun 09 15:30:18 CEST 2016:ERROR:java.lang.NullPointerException java.lang.NullPointerException at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.setVariable(SoapUIGroovyScriptEngine.java:147) at com.eviware.soapui.impl.wsdl.teststeps.datasource.GroovyDataSource.next(GroovyDataSource.java:73) at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.a(WsdlDataSourceTestStep.java:587) at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.a(WsdlDataSourceTestStep.java:665) at com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep.next(WsdlDataSourceTestStep.java:675) at com.eviware.soapui.impl.wsdl.panels.teststeps.DataSourceDesktopPanel$TestAction.actionPerformed(DataSourceDesktopPanel.java:514) at com.eviware.soapui.impl.wsdl.panels.teststeps.DataSourceDesktopPanel$TestAction.actionPerformed(DataSourceDesktopPanel.java:1) at com.eviware.soapui.impl.wsdl.actions.iface.AbstractSwingAction.actionPerformed(AbstractSwingAction.java:63) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Re: How can i run Scenario one after the other its not workign as I expected, Once again : i have Scenario 1 with 35 rows of data it has to execute with 1 user and stop then Scenario 2 should start it also has 35 rows of data it has to execute only the 35 rows and stop the hole execution process. Mainly want to control based on the Maxt target runs... but since i have 2 scenarios in the same test how to control them... Please refer to the attached script in the ticket. Re: How to run the exported zip SoapUI project from commandline Can you please let me know, is it possible to run from ZIP.... i could see it takes only the xml file...