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

StackOverflow https://stackoverflow.com/questions/22119997

  •  18-10-2022
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top