SOAP UI 数据库连接向导
我是 SOAP UI 测试工具的新手。 我计划创建一个涉及数据库连接的测试用例。 我在使用 SOAP UI 数据库连接向导连接到 SQL Server 数据库时遇到问题。 我尝试了所有可用的驱动程序,但收到错误“java.lang.Exception:无法初始化驱动程序连接” 我能够使用 .Net 代码和 SQL 管理工作室连接到数据库。 我不确定可用于连接数据库的其他选项是什么。
I am new to SOAP UI testing tool.
I am planning to create a testcase which involves connection to database.
I am having issues using the SOAP UI database connection wizard to connect to SQL server database.
I tried with all the available drivers and i am getting error "java.lang.Exception:Failed to init connection for driver"
I am able to connect to the database using .Net code and SQL management studio.
I am not sure what are the other options available to connect to Database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我尝试了这个并且连接工作正常。
下载 http://www .microsoft.com/downloads/details.aspx?familyid=99B21B65-E98F-4A61-B811-19912601FDC9&displaylang=en
将 jdbc 驱动程序 jar 文件复制到 soapui\bin\ext目录
重新启动 SOAP UI。
这是 SOAP UI 将从中加载其他 jar(您可能想要使用)的目录。就像 JDBC 驱动程序一样。
I tried this and the connection works fine.
Download http://www.microsoft.com/downloads/details.aspx?familyid=99B21B65-E98F-4A61-B811-19912601FDC9&displaylang=en
copy the jdbc driver jar files to the soapui\bin\ext directory
Restart SOAP UI.
This is the directory where SOAP UI will load additional jars (that you might want to use) from. Like JDBC drivers.
如果这不起作用,请将驱动程序复制到soapui\lib 并重新启动soapui。这适用于错误:没有适合 jdbc:oracle:thin@...... 的驱动程序
If this does not work, then copy the driver to soapui\lib and restart soapui. This works for the error: no suitable driver for jdbc:oracle:thin@......
C:\Program Files\SmartBear\SoapUI-Pro-5.0.0\lib 中是否有 mysql-connector-java-5.1.13-bin.jar?
Do you have mysql-connector-java-5.1.13-bin.jar in C:\Program Files\SmartBear\SoapUI-Pro-5.0.0\lib?