ContributionsMost RecentMost LikesSolutionsRe: JDBC - DB2 no suitable driver errorThanks for hint. I'm on latest version. Using the JCC driver is OK for me, so that was solving my problem. Kinds Philippe.Re: JDBC - DB2 no suitable driver errorWorks OK when using this: com.ibm.db2.jcc.DB2Driver instead of COM.ibm.db2.jdbc.app.DB2Driver Might be usefull for others ... Philippe.Re: property expansion in report folder namesHi, thanks for quick solution. I let you know if any problem with it. Kr, Philippe.conditional goto based on pass/failed status of a teststepNeither property transfer or conditional goto does not allow to select a teststep execution status in the list of properties. I can select the response of a request and then do some xpath checks on the response content, but I can't find a way to simply verify a pass/failed status of an individual teststep. Same would be handy too on testcase/testsuite execution status. Kinds, Philippe.property expansion in report folder namesHi Is it possible to have property expansion working on testrunner report folder? I'd like to have dynamic report folder names such as ...report_dir${#Project#testenv} but this does not seem to work. Philippe.JDBC - DB2 no suitable driver errorHi I copied drivers from db2Connect in the soapui bin/ext folder but still get this error. Any help is welcome. Kinds, Philippe. COM.ibm.db2.jdbc.app.DB2Driver jdbc:db2://url:port/system:subsystem:database:user=user;password=password; Fri Feb 04 10:54:17 CET 2011:ERROR:java.sql.SQLException: No suitable driver java.sql.SQLException: No suitable driver at java.sql.DriverManager.getDriver(Unknown Source) at com.eviware.soapui.support.jdbc.JdbcUtils.initConnection(JdbcUtils.java:50) at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequestTestStepDesktopPanel$TestConnectionAction.actionPerformed(JdbcRequestTestStepDesktopPanel.java:725) 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.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) Fri Feb 04 10:54:17 CET 2011:ERROR:com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [COM.ibm.db2.jdbc.app.DB2Driver], connectionString [jdbc:db2://tmedb2dsd:3200/TMMEDB2D:CWSD:user=plb0453;password=lp29912;] com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [COM.ibm.db2.jdbc.app.DB2Driver], connectionString [jdbc:db2://tmedb2dsd:3200/TMMEDB2D:CWSD:user=plb0453;password=lp29912;] at com.eviware.soapui.support.jdbc.JdbcUtils.initConnection(JdbcUtils.java:62) at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequestTestStepDesktopPanel$TestConnectionAction.actionPerformed(JdbcRequestTestStepDesktopPanel.java:725) 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.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)Property transfer with ns problemCan you help me with the syntax in a property transfer from xml response to testcase property? Thanks in advance, Philippe. This works: <soapenv:Body> <claimAttachmentReply> <attachmentID>3520</attachmentID> </claimAttachmentReply> </soapenv:Body> //claimAttachmentReply/attachmentID but I cannot make it work for: <soapenv:Body> <ns1:claimAttachmentReply xmlns:ns1="https://cwssoap.toyota-europe.com/cws/services/claim_attachment/1.xsd"> <ns2:claimIdentification xmlns:ns2="https://cwssoap.toyota-europe.com/cws/services/claim_attachment/1.xsd" xmlns="https://cwssoap.toyota-europe.com/cws/services/cws_global/1.xsd"> <ns1:cwsClaimCode xmlns:ns1="https://cwssoap.toyota-europe.com/cws/services/cws_global/1.xsd">809835</ns1:cwsClaimCode> <ns3:nmscCode xmlns:ns3="https://cwssoap.toyota-europe.com/cws/services/cws_global/1.xsd">94102</ns3:nmscCode> </ns2:claimIdentification> <ns2:attachmentID xmlns:ns2="https://cwssoap.toyota-europe.com/cws/services/claim_attachment/1.xsd" xmlns="https://cwssoap.toyota-europe.com/cws/services/cws_global/1.xsd">3520</ns2:attachmentID> </ns1:claimAttachmentReply> </soapenv:Body>boolean propertyHi I'm trying to insert parameters in my xml requests in a testcase. A testcase property RandomN3 with value ${=(int) (Math.random() * 1000)} works fine to generate a random 3 digit number in xml request such as <aNr>PLB${#TestCase#RandomN3}</aNr> How can I code this testcase property to have a valid true/false in a boolean tag such as <xsd:skipTF>true</xsd:skipTF> I tried variants of true, true(), boolean(1), 0 & 1 without success ... Philippe.Re: How to run multiple SuitsI'm using the run test step in a testcase, allows to 'call' testcases from any other testsuite... Philippe.Re: Xpath match with custom propertyHi well the 'right' part of the conditions (where I test the answer content) are OK - I think so - the problem comes from the 'left' part ( where I test the custom property value). What I'm trying to verify is different answer content based on the test environment inhich I ran the request (this environment is stored in the custom property as a alphanumeric value). So when the environment property contains an integer, my conditions (both left & right parts) returns true/false as expected, but when the environment property contains a letter, my condition always returns false. So in other words, when I test custom property content, a test such as if 1 = 1 returns true, but if "A" = "A" returns false. Any other idea ? Philippe.