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.
我正在 web 服务测试工具soapUI 中启动一些测试。我还想使用 Selenium 进行视觉断言。
我可以为soapui 定义一个数据源,例如textifle、xml、csv、excel 等。
我怎样才能从 selenium 中读取值?Selenium 作为 html 套件运行。
作为 html 套件运行,您无法定义数据源。您需要转换为您选择的编程语言,例如 Python 或 Ruby,然后手动读取文件。