Selenium Web Driver With C#

How to pass random values in input field using selenium C#

Pass random values in every execution is really important. when the application has the duplicate validation. So In every execution, we have to pass a unique value in the input fields. We can write a c# program to generate random values in a String, Number or any other format according to the requirements In this …

How to pass random values in input field using selenium C# Read More »

Video recording in selenium using specflow C#

Record video of automation testcases using Specflow selenium c#. During the automation some time we need to record the complete execution, If we are using the Nunit or TDD approach we just need to use the tag “[WatchDog(SaveInClass.AllTests)]” before the class and it’s done. It will record your execution and store them into your debug …

Video recording in selenium using specflow C# Read More »

How to add screenshot in extent report using specflow selenium c#

How to take a screenshot of failed testcases in selenium c# and how to add a screenshot in extent report using Specflow. In this Specflow tutorial, we will see how to add a screenshot of failed testcases in extent report. If you don’t know how to create an extent report while using Specflow you should …

How to add screenshot in extent report using specflow selenium c# Read More »

How to generate extent report with specflow and selenium c#

How to generate an HTML report using extent report in selenium with Sepcflow and c#.The main part of automation is to generate a report to analyze the automation results. In this Specflow Tutorial will see how to generate extent report in BDD automation Extent report library provides good support to generate a beautiful and color full …

How to generate extent report with specflow and selenium c# Read More »