如何开始使用 selenium 网络驱动程序和 testNG 为网络应用程序编写测试框架?

How to start writing test framework for the web application using the selenium web driver and testNG?

请提供一些开始连接框架的指南,并提供有关框架架构的建议。

我正在构建自己的框架,因此需要有关文件夹结构和 class 结构指南的帮助

如果您要构建自动化框架,请使用页面对象模型。它使您的脚本可维护且灵活

参考:- http://toolsqa.com/selenium-webdriver/page-object-model/

希望对您有所帮助:)