How to Read and Write data in XML using c#. How to read data from CMD in C# and write the data in an XML file. In this example, we will see an easy and…
In this Sepcflow tutorial, Let’s have a deep dive to understand hooks in Specflow C#. We will see step by step implementation of hooks and uses of the hooks during the BDD automation in Specflow.…
If you want to run the Jenkin’s job using dynamic base URL using selenium c# or want to change the base URL at the Run time of automation suite. Here is a complete solution to…
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…
How to perform automation to scroll up or down a page using selenium with c#. In this example, We will see how to automate the Scroll bar in selenium with c#. Check more Challenging Problems…
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…
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…
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…
During the automation some time we need to read data from excel using selenium c#. There are multiple way to read data from excel in selenium c#. Let’s see one by one. In the Example…
During the automation Upload and download file using selenium web driver in c# is a common task during the automation and there are lot’s way to perform this using hard code in C# or java its…