ContributionsMost RecentMost LikesSolutionsCan we add assert information into SoapUI's log ?Hi When we run the case , the step status will be saved as a log file like "Web_TestSuite-Web_TestCase-Get_UserList-0-FAILED.txt" But I want to know , whether we can add some customize information into this txt log file . For example , I have a assert fail and I want to add "It is fail due to shop id error !" into the "Web_TestSuite-Web_TestCase-Get_UserList-0-FAILED.txt" Do we have some built-in method ?Re: [Help]How to access the oracle using JDBC requestDo we need to config some Java/Oracle/JDBC environment support for SoapUI first ? Do we use oracle.jdbc.driver.OracleDriver ?[Help]How to access the oracle using JDBC requestHi I am going to using SoapUI and visit the oracle database by using following connect string in JDBC request form , but expection occur , I don't know how to handle it . (qa qa are username and password here ) Driver: oracle.jdbc.OracleDriver ConnectString: jdbc:oracle:thin:qa/qa@10.80.100.100:1521/orcl Error occur com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [oracle.jdbc.OracleDriver], connectionString [jdbc:oracle:thin:LO_GEM_qa/a@10.80.14.106:1521/orcl] And can we fetch the value in xml body by using property transfer ?SOAPUI can not apply the value of properties in xml bodyHi I met an issue that SOAPUI can not use the properties in xml body . I define some properties ,like TaskId and CounterPartyId in previous step and fetch the value for them . But I can not apply the value to the follow step by using ${#TaskId} or ${#WorkFlowTest#CounterPartyId} . When the request message is sent out , it always be "${#TaskId}" but not the value of property . I have tried various body type including text/xml and application/xml . But it doesn't work . I also test the property set in URL , it is ok. The message sent with the value of property . Do you know why ?? Please check the attachment of snapshot.Can "Property Transfer" function support non-xml context ?Hi Since it use X-Path to fetch the property value . I want to know whether the it can support non-xml content . here is the example , we have a http response , and I want to extract the number 1234 in the body and put into a property for next http request . HTTP/1.1 200 OK Content-Type: text/plain;charset=ISO-8859-1 Content-Length: 5 Content-Language: en-US Date: Thu, 09 Dec 2010 07:03:50 GMT Server: WebSphere Application Server/6.1 Application_1234How can soapUI work on https ?Hi We have got some webservices to test . And this webservice is working on https . It seems that soapUI supports the https , and how to provide the username/password ? I have read the guideline , is it using "SSL Settings Tab" in preferences like this ? http://www.soapui.org/Working-with-soap ... ences.htmlRe: Can I upgrade the license of TestComplete6 to TestComplete 7 ?thanks a lotCan I upgrade the license of TestComplete6 to TestComplete 7 ?Hi I have a fixed license of TestComplete 6 . I just want to know whether I can upgrade the license of TestComplete6 to TestComplete 7 ? How can do it ? Should I pay it ? Thanks How to use the MSAA method on Flex Object?Hi I have notice that the TestComplet use the MSAA mechanism to handle the Flex object. My question is , how can I use the MSAA method of the flex object in TestComplete script Like Flex Contorl in the attached picture , I want to select "Canada" , what should I do ?