Welcome to C# Interview Questions. Here you will get so many questions related to c# interview and c# programs. It will definitely enhance your c# programming knowledge.
How to Take Screenshot using Selenium ShutterBug
How to Take Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular website page when you work with selenium. Need of Screenshot for Automated Testing: From my own experience, getting screenshots from an automation framework whenever an automated test has problems or points of failure is a very helpful […]
How to Take WebElement Screenshot using Selenium ShutterBug
How to Take WebElement Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular WebElement while working with selenium. In real time scenarios, Being automated tester you will definitely come across a scenario to validate LOGO for your application. Of Course it can be done using human eyes. In lead […]
How to Take Full Page Screenshot using Selenium ShutterBug
How to Take Full Page Screenshot using Selenium ShutterBug will discuss how we can take a screenshot of a particular web page from top to bottom by scrolling till the end of the page while working with selenium. There are many pages in our WWW(World Wide Web) which are longer than our screen size . […]
Image Comparison Using Selenium Shutterbug
Image Comparison Using Selenium Shutterbug will discuss how we can compare 2 screenshots of a particular WebElement or particular web pages while working with selenium. Major Validations that we generally do in our day to day life is Text comparison in selenium. We always verify expected output value and mark our test cases pass or […]
How to Avoid Switch To Window in Selenium WebDriver
How to avoid Switch to window concept in selenium makes you switch between different windows without using “Switch to window” method. Let’s discuss in detail. In Many Real time scenarios, When we click on a link we see many of those opens in new tab or new windows. We generally use the switchtowindow concept from […]
Row Count in Excel Using C#
Row Count in Excel Using C#, we will discuss about how to find row count in excel using C#. Usually we will use the excel sheet to maintain the test data. We might get doubt that why we need to put the test data/results in excel. If an application needs so much of data to […]
Column Count in Excel Using C#
Column Count in Excel Using C#, We will discuss about how to find column count in excel using C#. Usually we will use the excel sheet to maintain the test data. We might get doubt that why we need to put the test data/results in excel. If an application need so much of data to […]
Get Data from Excel Using Column Number in C#
Get Data from excel using column number in c#, We will discuss about how to get data from excel using column number in C#. Usually we will use the excel sheet to maintain the test data. We might get doubt that why we need to put the test data/results in excel. If an application need […]
Get Data from Excel Using Column Name in C#
Get Data from excel using column name in c#, We will discuss about how to get data from excel using column name in C#. Usually we will use the excel sheet to maintain the test data. We might get doubt that why we need to put the test data/results in excel. If an application need […]
Write Data in Excel Using Column Name in C#
Write Data in Excel Using Column Number in C#, We will discuss about how to write data in excel using column name in C#. Usually we will use the excel sheet to maintain the test data. We might get doubt that why we need to put the test data/results in excel. If an application feed […]