Setup your test automation quicker!
Working code blocks for test automation tools

Checkout the ready to use automation frameworks

Java
100+ methods

Selenium
200+ methods

Protractor
50+ JS methods

Java
100+ methods
100+ methods

Selenium
200+ methods
200+ methods

Protractor
50+ JS methods
50+ JS methods
Featured Articles
APACHE POI is the most used library for working with Excel workbooks in Selenium Automation projects. There are two ways you can add these jars to your automation project. One way is through the POM.xml in your maven project and the other way is by downloading the jars directly from Apache website and adding them in build path of your automation project.
How to implement Wait in Selenium WebDriver In Selenium test automation, the test execution is a RACE between the loading page and automation code execution.