Is there any framework which supports Behaviour driven approch (bdd) for selenium-webdriver with driver managment?

大兔子大兔子 提交于 2019-12-18 05:13:08

问题


I want to start my automation project from scratch, as per requirements I have to use Behavior Driven Approach for testcase authoring and selenium for Automation. please suggest best suited framework.


回答1:


You can check open source QMetry Automation Framework for web (selenium-webdriver) and mobile (appium) automation. It has all the features driver management, parallel execution, run configuration you want and many more like data-driven testing, data-bean, locator repository, integration with third party tools (CI, Test Management tools etc).

It support BDD, keyword-driven and coded (TestNG test) approach for authoring test cases. So you can opt bdd for test authoring.

You also will find inbuilt bdd steps ready to use for selenium webdriver and rest-webservices with the framework.

You can start by downloading blank project from git which uses ANT and IVY. If you want to use maven you can download qaf-blank-project-maven. For getting started follow step-by-step-tutorial



来源:https://stackoverflow.com/questions/40130996/is-there-any-framework-which-supports-behaviour-driven-approch-bdd-for-seleniu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!