Great you learnt the basics
Hey there, Congratulations on mastering the basic tasks of Selenium. Now you have learnt Selenium with Java. This is just a basic. In real world operations, these alone would not suffice. With plain Java and Selenum we can only accomplish the functionalities, but testing is all about reporting. We have to prepare the test reports in a detailed manner and to do that Selenium will not be enough. We need to integrate some other testing framework. We are going to use the most popular testing framework TestNG. In the up coming series we will be focussing on TestNG and you will come to know the benefits of using TestNG with Selenium.
NOTE: We will use the same set of codes, the we used so far. By doing so, it will be easy for you, to identofy where exactly the code has changed and how easy it would be if we use TestNG.
Let's get started!!!