We are in the final chapter, where we will explore two new concepts: TestNG Listeners and DataProviders. We will integrate our framework with reports and logging. In this chapter, we will look at the following concepts:
- Introducing WebDriverManager
- DataProviders in TestNG
- TestNG listeners and assertions
- Incorporating logging and reporting in the framework
- Steps to add keywords to the framework
Let's start the chapter with an introduction to a new concept: WebDriverManager.