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
How to Generate Report in Selenium Webdriver using TestNG
Welcome to Selenium tutorial, Today we will discuss how to generate report in selenium webdriver. Automation without reporting of no use. Reporting plays very important role in Automation as well in Manual testing as well. Report help us to identify ROI and to prepare POC as well. We can generate Advance reports as well like XSLT report which provide very good … [Read more...] about How to Generate Report in Selenium Webdriver using TestNG
Headless browser Testing using Selenium HtmlUnitDriver
Hello Welcome to Selenium tutorial, today we will see how to perform Headless browser Testing using Selenium HtmlUnitDriver. Headless refer which we can't see on UI. If you have ever worked on Firefox, Chrome, IE browser in Selenium you might have faced so many issues like xpath is changing everytime when a new feature is getting added.Using these browsers, some … [Read more...] about Headless browser Testing using Selenium HtmlUnitDriver
How to Download files in Selenium Webdriver
Hello Welcome to Selenium tutorial, today we will see How to Download files using Selenium Webdriver. In previous post, we have seen how to upload files using robot class and upload files using AutoIT. Today we will see some different scenario we will see downloading files in Selenium. Sometime in your application, you have to control some scenario in which you need to … [Read more...] about How to Download files in Selenium Webdriver
Handle Windows Authentication Popup using Selenium Webdriver
Handle Authentication Popup using Selenium Webdriver Hello, people welcome back to Selenium Tutorial, in this post we will see how to handle windows authentication popup using Selenium webdriver. Why we are getting Authentication window Each company having some proxy setting for the specific application so while running script using Selenium you will get this authentication … [Read more...] about Handle Windows Authentication Popup using Selenium Webdriver




