ContributionsMost RecentMost LikesSolutionsIdentify testcases assigned to an intermediate folder We are managing testcases and testcycles by using folders. Folders are organized as a tree. Each folder can have sub-folders whcih can be repeated. A folder which has on or more sub-folders I call it an intermediate-folder. When selecting an intermediate-folder all the objects are listed which belong to this intermedia-folder and all the sub-folders below. Question: How can only those obejcts (cases/plans) be selected which are associated to an intermeidate-folder ? Example: A(5) --B(1) --C(2) Which means there are 2 objects associated to A. How can we select these ? Bulk edit test plans in Zephyr Hi I know a test plan does not have many attributes, but still: I am missing the possibility to update test plans in bulk mode. Any information about this feature ? Thansk, SImon Re: Initiate a SoapUI Pro testcase as a thread from a serviceV mock on VirtServer Hi I have a readyAPI installation with soApUI Pro and serviceV Pro. In this constellation I am able to initiate a soapUI testcase from a serviceV mock script. like: .... def testSuite3 = project.testSuites["notifyIncident"] if (testSuite3) { log.info "Running notifyIncident..." def testCase3 = testSuite3.testCases["${requestContext.targetCase}"] if (testCase3) { def ctx33 = new com.eviware.soapui.support.types.StringToObjectMap() ctx33.put("delegatedAppId",requestContext.delegatedAppId) ctx33.put("transactionType","CREATE") ctx33.put("itsmId",requestContext.itsmId) ctx33.put("taskId",requestContext.taskId) ctx33.put("extId",requestContext.extId) ctx33.put("filename",requestContext.targetParameter1) ctx33.put("resCats",requestContext.targetParameter2) ctx33.put("useCase",requestContext.targetParameter3) //Run the test Suite and then rejoin the threads def th33 = Thread.start { testCase3.run( ctx33, true ); //th33.join(); } How can we accomplish this when the serviceV mock is running on a VirtServer instance ? regards, Simon Installation of ReadyAPI fails on new Laptop Hi During the execution of the installation exe, the process is stopped during install4j without notice and two log files are generated. What is going wrong here? java.lang.reflect.InvocationTargetException Continuing ... java.lang.IllegalStateException: The outer element does not return value Continuing ... An error occurred: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com.install4j.runtime.beans.screens.SystemScreen Error log: C:\Users\........ Thanks for advice, Simon SolvedRe: Error log No such property: action for class: com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequ Hi Hi There is no Groovy script involved: Just a test step. Testconnection is okay. SQL script is okay: select t.rootrequestid,T.TASK_ID, t.summary,T.ZFR_VENDORTICKETID, T.ZFR_VENDORSTATUS, T.ZFR_VENDORSTATUSREASON from TMS_TASK T where t.rootrequestid = '${#TestCase#Incident}' TestCase properties are okay. All assertions are disabled. Simon Error log No such property: action for class: com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequ Hi all Since some time I get the following error log when performing a teststep of type JDBC Request: 2017-08-31 10:45:22.744:ERROR:groovy.lang.MissingPropertyException: No such property: action for class: com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequest Possible solutions: Icon The results of the test step are okay, but after or during the completion phase of the teststep the errorlog is generated. The instance is running under Windows 10. I have upgraded to ReadyAPI 2.1.0 with the same results. On another instance of ReadyAPI running unter Windows Server 2012 R2 the error log is not generated when performing a teststep of type JDBC Request. Is there somebody who can give me I hint to solve this issue. Regards, Simon Running multiple virts on the same port In soapUI it was possible run specify multiple mockServices on the same port. Each mockService had it's own path. In ready API we can start multiple mockServices with the same port by starting them from a Groovy script. We would like to have this feature in the Service V GUI. Re: Cannot run multiple virts on the same port Hi In case you case live without the GUI features of the Service V, you can launch your mockservices via Groovy script directly. Configuration is done in the Service V GUI, and different mock service can use the same port. See attached code sample. Simon Re: Session/Cookie handling bug in soapUI 4.5.1I experience the same issue Regards, Simon