Can anyone suggest a good framework for automation using Selenium, C# and NUnit 3.0 framework -


i'm beginner in selenium automation , need implement in new project c# , nunit3.0. have designed framework seems bit buggy need forum.

use page object model. highly flexible , maintainable. of industries using page object model automation stuff

few reference know page object model:- http://toolsqa.com/selenium-webdriver/page-object-model/

http://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html

few reference page object model in c#:-

http://www.codeproject.com/articles/1013318/page-object-design-pattern

http://automatetheplanet.com/page-object-pattern/

hope :)


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -