freeCourse Image for SDET Essentials - Must know Java Libraries

SDET Essentials - Must know Java Libraries

Intermediate
12 Lessons
04h 12m

The Java ecosystem has many excellent external libraries that can help us write clean and maintainable test automation code. In this entire course, we will learn four essential libraries that will make your life easier.

Start Watching

Course Content

12 Lessons · 04h 12m

02. Excel Reading is easy as you like - Say Bye to Apache POI

38m 50s

As test engineers, we use excel sheets to drive our tests. We write so much of code in order to read excel file using Apache poi library. Zero cell can do that in a minute and provide cool features for the type conversion making it another must have tool in SDET package

04. Reduce Boiler Plate code using Lombok

09m 48s

We normally create lot of getters, setters, constructors, parameterised constructors, builder methods manually. It makes our code big and clumsy. Lombok creates those boiler plate code during run time with the help of simple annotations. This mighty lombok can even fetch you an job. Not for weak hearts.

View All

What You Will Learn

  • To effectively use owner library to Read Property files in Java
  • To effectively use Zero cell library to Read Excel files in Java
  • To effectively use Fixture Factory library to create 1000's of POJO's without writing much code
  • Creating the getter, setter, constructors , toString methods, builder pattern with Lombok

Prerequisites

  • Basic knowledge of Java and Test Automation
  • Basic testing process knowledge
  • Experience in working with Excel, Property files, POJO in Java