谁能推荐一个使用 Selenium、C# 和 NUnit 3.0 框架进行自动化的好框架
Can anyone suggest a good framework for automation using Selenium, C# and NUnit 3.0 framework
我是 selenium 自动化的初学者,需要在我使用 C# 和 NUnit3.0 的新项目中实现它。我设计了一个框架,但似乎有点问题,所以我需要这个论坛的帮助。
使用页面对象模型。它具有高度的灵活性和可维护性。大多数行业都在使用页面对象模型来实现自动化
关于页面对象模型的参考资料很少:-
http://toolsqa.com/selenium-webdriver/page-object-model/
http://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html
很少参考 C# 中的页面对象模型:-
http://www.codeproject.com/Articles/1013318/Page-Object-Design-Pattern
http://automatetheplanet.com/page-object-pattern/
希望对您有所帮助:)
我是 selenium 自动化的初学者,需要在我使用 C# 和 NUnit3.0 的新项目中实现它。我设计了一个框架,但似乎有点问题,所以我需要这个论坛的帮助。
使用页面对象模型。它具有高度的灵活性和可维护性。大多数行业都在使用页面对象模型来实现自动化
关于页面对象模型的参考资料很少:- http://toolsqa.com/selenium-webdriver/page-object-model/
http://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html
很少参考 C# 中的页面对象模型:-
http://www.codeproject.com/Articles/1013318/Page-Object-Design-Pattern
http://automatetheplanet.com/page-object-pattern/
希望对您有所帮助:)