0

I am using selenium with Python. I recorder the test case and able to run it properly. Now the web page I am using is connect with oracle server and some details thae need to be provide in Web page is required to fetch from oracle DB.

So can you please help that how to fetch data from oracle and fill the web page details automatically in selenium

Thanks in advance.

4

1 回答 1

0

您需要询问编写应用程序的人员如何连接到 Oracle 数据库。他们可以为您提供数据库架构、带有用户名和密码的连接 URL。

之后,您需要将 Oracle 驱动程序添加到您的 Selenium 项目并创建帮助程序类以从数据库中获取数据。在您的页面对象中使用这些帮助程序类。

此页面包含指向适用于 Oracle 的 Python 驱动程序的链接。

于 2013-10-18T09:50:01.890 回答