Screenshot In Selenium Using C#

Its very important to take screenshot when we execute a test script. When we execute huge number of test scripts, and if some test fails, we need to check why the test has failed. It helps us to debug and identify the problem by seeing the screen shot. In selenium WebDriver, we can take the…

Reading Data From Excel

Some companies prefer to read all the input values from the excel file. This method had it’s own advantages as well as disadvantages. Today I thought of sharing a code to read data from Excel.