有什么方法可以从 Selenium ide 连接数据库服务器吗?
我需要在我的一个 selenium ide 测试用例中使用数据库(oracle db)的查询结果填充文本框。这可能吗?怎样才能做到呢?
I need to populate a text box with the results of the query from a database(oracle db) in one of my selenium ide test cases.is this possible? and how can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑是否可以使用selenium IDE,您是否考虑过使用Selenium RC,它提供了编程语言的完整功能,包括数据库连接。
I doubt if it is possible using selenium IDE, Have you considered using Selenium RC which provides full fledged capabilities of a programming languages including db connection.