Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 selenium webdriver 来自动化网站。如何使用哈希表中的 JDBC 连接从 Oracle 数据库中提取数据,并在数据驱动框架中使用它来传递参数?
使用 JDBC/ADODB 与 Webdriver 无关。Google for JDBC 教程,您将获得有关如何连接到数据库、获取数据和使用该数据的足够材料。一些数据库驱动程序提供了将数据从表中检索到数组中的选项。如果要将数据放入哈希表,则必须创建自己的逻辑,然后在 selenium 测试中使用。