Showing posts with label Utility. Show all posts
Showing posts with label Utility. Show all posts
Record Selenium WebDriver Test Execution Video

Record Selenium WebDriver Test Execution Video



Record Selenium WebDriver Test Execution Video

As generic automation the process we usually preferred to capture screenshot of either failed automation test case or screenshot of all test cases as it helps us in debugging and identifying the exact cause of our test cases.

But there are certain situations in our project when we are executing our automation test either using selenium grid or on some remote server or executing as part of the nightly build. In that case if any error or issue occurred during execution it is very difficult and cumbersome to troubleshoot that.

Copy Data From One Excel To Another Using Selenium WebDriver

Copy Data From One Excel To Another Using Selenium WebDriver


Copy Data From One Excel To Another Using Selenium WebDriver


As we all are aware reading and writing data from excel file is one of the most important aspects that we need to take care while designing our automation testing framework

Sometime During designing our test automation framework specially while using the data-driven testing approach we came across requirements where we need to copy the data from one excel file and paste it into another excel using test automation.

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

Reading Multiple Rows from excel using Apache POI in Selenium WebDriver

As we all are aware reading and writing data from excel file is one of the most important aspects that we need to take care while designing our automation testing framework especially while using a data-driven testing approach.

So in this Section, we will learn how we can read multiple rows and column value from excel file which contains a large set of data.
log4j tutorial

log4j tutorial



log4j tutorial


What is log4j


log4j is a reliable, fast and flexible logging framework (APIs) written in Java, which is
distributed under the Apache Software License.

log4j has been ported to the C, C++, C#, Perl, Python, Ruby, and Eiffel languages.

log4j is highly configurable through external configuration files at runtime. It views the
logging process in terms of levels of priorities and offers mechanisms to direct logging
information to a great variety of destinations.

Writing Specific Value from excel using Apache POI in Selenium WebDriver

Writing Specific Value from excel using Apache POI in Selenium WebDriver


Writing Specific value from excel using Apache POI in Selenium WebDriver

As we all are aware of reading and writing data from an excel file is one of the most important aspects that we need to take care of while designing our automation testing framework especially while using a data-driven testing approach.

So in this Section, we will learn how to write/update any single cell into excel file.

Apache POI API is an open-source library created by Apache Software that allows us to create, modify and work with other Microsoft Office Product.