SoapUI 使用 JDBC Request

JDBC request

1. 将 sqljdbc4.jar 放在下面路径

  C:Program FilesSmartBearSoapUI-5.5.0inext

2.TestSuite -> TestSteps -> JDBC Request

   Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver

   Connection String : jdbc:sqlserver://xxxx:1433;DatabaseName=xxx;user=xxx;password=xxx

3.可以添加属性变量,有个问题还没解决,就是没结果返回

 TIBCO EMS

https://community.tibco.com/sites/default/files/wiki_files/SOAP_over_JMS_with_soapUI_For_Tibcommunity.pdf

1.Project -> Start HermesJMS

C:Program FilesSmartBearSoapUI-5.2.1hermesJMScfg

2.JMS -> Session -> New Session

3.Session -> Edit -> Providers -> Add all tibco ems jars

under C: ibcoems6.3in (8.2版本的出错)

4.Session -> Edit -> Plug In -> Tibco EMS

Add Property serverURL ...

5.Session -> Edit -> Connection Factory -> choose loader , Class com.tibco.tibjms.TibjmsQueueConnectionFactory

Add Property serverURL ...

5.Session -> Edit -> Destinations -> Import

6.Session -> RightClick -> Discover

原文地址:https://www.cnblogs.com/sui84/p/12528415.html