ContributionsMost RecentMost LikesSolutionsMissing content for xpathIf u provide more details about ur question that would be better help u troubleshooting issues, firstly, plz ensure ur Xpath expression is correct as definition (if contains namespace, should declare first)Re: Connection problem with JDBC in soap ui pro 4.5.1As you list here, put ojdbc14.jar in %SOAPUI%\ext and then restart your soapUI. Generally the SOAPUI Pro has configured the connection string for user.Re: datetime() function in Property TransferNot sure if XPath expression support the format of date, but you would get more information from W3C. if possible, you would use scripts to format the pattern: SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")Re: Passing Values from groovy script to properties and Vic Veratry it yourself: (below is a sample on how to set property value into properties of test case) def tc = context.testCase def itemList = ['2020','1009','2035'] def counter = 0 itemList.each{ tc.setPropertyValue("ItemId${counter}",it) counter++ } Re: Can someone clarify for me if the Test Suites run sequentialbased on your option, SOAP UI provided 2 ways to run test suite. just needs to select paralell or sequential button at top of toolbar when to perform the test suite. however, precondition is that no conflict in properties of test suite levelSupport: Special characters,multiple project and workflowDear team, For 3 feature requests: Special characters: In my request, I need to populate special characters as test data, but when I reopen soapui, the special characters will be changed into question mark. I have to import them from external file again. Multiple projects: Most of time, I want be able to have more than one project under the same workspace, it's convenient to switch in different project rather than close to open anther. Workflow: Sometimes, my test scenario is complex and contains complicated business, I need to a workflow diagram to simplify understanding, it's will be better to support this functionality. Hope you would take a look at these points. Thanks & RegardsRe: Is SoapUI trial supports jdbc connection with Mysql databaseYes. it's in support of MySQL. you got this error is because you don't import related jar to %SOAP UI%\ext. so you have to download additional driver and then restart SOAP UI.Re: Test step for skipping others?The focus on terminate test case. if false, only property transfer1 execution, and then execute terminate test case, you can try to add script in this step like this: testRunner.cancel("Test Case Terminate") or testRunner.getProperty("#TestSuiteRunner#").cancel("Test Suite Terminate") Re: How can I modify request urlviewtopic.php?f=5&t=15106&p=36175&hilit=update+url&sid=0ecb1915c0f5c103d3b47b840ba2766b#p36175Re: JDBC Request - Excel data processingSince you successfully connect database, I recommend that firstly you should use SQL to query database see if have data return. and then try to read data from Excel. I am not sure if you can get data from Excel, but here is an example, maybe will help you find the solution. http://www.soapui.org/forum/viewtopic.php?f=5&t=14751&sid=0ecb1915c0f5c103d3b47b840ba2766b