How to use assertEquals() in WebDriver using driver.getText()

When we start making some  web application, We start with some UI and Every UI has menu, Check box, Button, Combo Box , Radio button, Text Field and other element of Web Application. But most of the time we need to verify that Text or value associated with above mentioned elements of Web Application are correct …

How to use assertEquals() in WebDriver using driver.getText() Read More »