Do you know that we can send reports through email in Selenium Webdriver with small code with help of additional jars? Today I will show you how you can send reports through email in Selenium Webdriver using simple steps and trust me this is one of the most important features that you should include in your framework as well. It does not matter which framework you are … [Read more...] about How to Send report through email in Selenium Webdriver
Advance Reporting
Advance Selenium Reporting with Screenshots
Before moving to actual post hats off to the developer who actually developed this jar for advanced reporting. You must be wondering that why we need custom reporting because till now we have covered so many type of reporting like Default reporting by TestNG and XSLT report via ANT. Version 2 is updated. Kindly use new version 2 for new features. Before moving to this … [Read more...] about Advance Selenium Reporting with Screenshots
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
how to create log files in selenium webdriver using Log4J
Hello welcome to Selenium Tutorials, in this post we will see how to create log files in selenium webdriver In Automation, reporting plays an important role so we can generate the different type of HTML reports, XSLT report, Log files etc. If you want to create enhanced report and with log attached to HTML report you can use extent report (I use this report) as … [Read more...] about how to create log files in selenium webdriver using Log4J
How to Generate XSLT Report in Selenium Webdriver
Hello Welcome to Selenium tutorial, in this post, we will see how to Generate XSLT Report in Selenium Webdriver. Any Automation without good reporting is of no use, When you integrate Selenium with TestNG you will get some default reports by TestNG which is very useful but still we can generate good reports via XSLT reporter or ATU reporter. Before we begin to XSLT post I … [Read more...] about How to Generate XSLT Report in Selenium Webdriver