Automation test reports are one of the important deliverable of Automation executions. Getting those automation reports in the mail automatically is the another important concept. Here, I would like to share the information about how to send your automation reports as mail report with attachment while automation of your application with Java or... Continue Reading →
Parallel Test Executions in Automation – TestNG and NUnit
One day I got an opportunity to automate an application using both Selenium Java and Selenium C#, that was the specific requirement of the customer to do it on both Java and C#. Later customer said to execute different test cases from different class in different browsers in parallel mode. Their aim... Continue Reading →
Extent Reports in Automation – TestNG
TestNG itself, providing an HTML report in test-output folder. I had a thought of building custom report for automation, after that I built one PDF customized report using iText PDF Java library and took more effort to build it. Later I thought to build a custom beautiful high rich HTML reports with minimum effort; that time Extent... Continue Reading →
Selenium Automation using C# (NUnit)
In the previous post, we discussed about Selenium C# and MSTest framework. Another day, I got an opportunity to write selenium automation using C# language and NUnit framework. Prior to scripting, I started the configuration from the scratch to achieve my selenium scripting using C# and NUnit. Here I would like to share... Continue Reading →
Selenium Automation using C# (MSTest)
One day, I got an opportunity to write selenium automation using C# language and MSTest framework. Prior to scripting, I started the configuration from the scratch to achieve my selenium scripting using C# and MSTest. Here I would like to share my experience with configuration and scripting part, Steps for install and configure... Continue Reading →