ContributionsMost RecentMost LikesSolutionsRe: setting propertiesSmartbear team..please help me out for the solution.It will be much needed. Reagards, AshikRe: setting propertiesHi, anyone there?...please its an serious issue...setting propertieshi, can we set the properties while running test launcher in soapui in testsuite level.When i run the test launcher the values from datasource are not getting set in properties.Is there any way to set properties. Regards, AshikJdbc responsehi, how can i fetch the data's from jdbc response which is in xml format and set to properties step. say the xml as follows <ResultSet fetchSize="10"> <Row rowNumber="1"> <SHIPNODE_KEY>9417 </SHIPNODE_KEY> <SHIP_ADVICE_NO>3201</SHIP_ADVICE_NO> </Row> <Row rowNumber="2"> <SHIPNODE_KEY>9478 </SHIPNODE_KEY> <SHIP_ADVICE_NO>3202</SHIP_ADVICE_NO> </Row> <Row rowNumber="3"> <SHIPNODE_KEY>9478 </SHIPNODE_KEY> <SHIP_ADVICE_NO>3203</SHIP_ADVICE_NO> </Row> I need to fetch the shipnode_key and ship_advice_no value of the first rowno to a property in the property step for later use.Am using soapui 4.5.1.Please help me out how it can be done. Thanks in advance Ashikjdbc connectionhi, How to connect jdbc connection to oracle using soapui.it will be helpful if give an idea abt the drivers and connection string. Thanks AshikRe: TestRunnerPFB the attachmentRe: TestRunnerhi, ya i have checked the error log tab too....am sharing the screen shot. ThanksTestRunnerhi... when i run the tescase in the sopaui its running fine without any error.but when i launch the test runner am getting error as ERROR [SoapUITestCaseRunner] java.lang.Exception: TestCase [add TestCase] failed without assertions...pleae let me know the issue am getting here. Regards, AshikWorksheetHi. Is there any jar files required for using worksheets in soapui.WorksheetHi. Am getting unable to resolve error class for worksheet.I need to fecth multiple sheets in one scripts. The scripts on which am getting error is as follows Workbook worksheet = Workbook.getWorksheets(workbook); for (int i = 0; i < worksheet.size(); i++) { Worksheet worksheet = (Worksheet)worksheet.get(i); //some actions.... higlighted part is wr am getting error......should there b any jar files to be added for using worksheets.