Hello Welcome to Selenium tutorial, in this post we will see how to verify Error Message in Selenium. Testing is nothing but verification and validation. Mostly in testing we verify title, some error messages , tooltip messages and so on. To capture error message or simple text as well we can use predefined method called getText(). getText() method will simply capture … [Read more...] about How to verify Error Message in Selenium Webdriver using Assert