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
Proof of Concept in Automation Testing
Proof of Concept in Automation Testing How we create POC for current project/ application? Why POC is important for Automation testing? What is POC in Automation? A POC stands for Proof of Concept. It is just a document or some time a demo piece of code, which describe points, and some questions/answer. In Other words- It simply words that we have to … [Read more...] about Proof of Concept in Automation Testing