move from QTP to selenium , can anyone help me to find a framework for reporting purposes [closed]

你。 提交于 2019-12-08 11:04:17

问题


my company want to move from QTP to selenium , can anyone help me to find a framework for reporting purposes i just need to make sure when the step is failed there is a report to till me that :) thank you


回答1:


Firstly you must understand that unlike QTP, Selenium is NOT a test tool. It is just a library to allow automation of a web browser. It does not provide an assertion mechanism, test runner, reporting, etc that commercial tools like QTP do.

Instead, you have to combine Selenium with a test framework library. These are platform specific and will provide you with methods to structure tests, make assertions and create reports.

There are many options such as RSpec (Ruby), Cucumber (Ruby/Java), NUnit (C#), TestNG (Java), and many, many more.



来源:https://stackoverflow.com/questions/22119997/move-from-qtp-to-selenium-can-anyone-help-me-to-find-a-framework-for-reporting

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