Advertisements

Must know Java Libraries – SDET Essentials

Advertisements
Explore these amazing libraries and learn how to use them in Test Automation Space
4.1
4.1/5
(132) Ratings
4,917 students
Created by Amuthan Sakthivel
Advertisements

What you'll learn

  • Learn to write clean code
  • Leveraging brilliant Java libraries in Test Automation Space
  • To identify what does a bad code look like
  • To understand the problems with the existing code to read Property File
  • To understand the problems with the existing code to reading Excel File
  • To understand the problems with the existing code while creating POJO’s in Rest Assured
  • 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 POJO’s using templates
  • To effectively use Fixture Factory library to create 100’s of POJO’s without writing much code
  • To understand and use these libraries in Test Automation with data provider
  • To understand the problems while creating getter, setter methods, constructors, to string methods
  • Creating the getter, setter, constructors , toString methods, builder pattern with Lombok
This course includes:
2 total hours on-demand video
1 articles
1 downloadable resources
27 lessons
Full lifetime access
Access on mobile and TV
Certificate of completion
Advertisements

Course content

Requirements

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

Description

Java have lot of amazing external libraries which can help us to write clean code. I have covered 4 of those amazing libraries in detail and how to use them in real time projects.

1. Owner – To resolve the problems we face while reading property files.

Owner Library can help to reduce all the boiler plate code we write while reading property files. No need to do Exception Handling. It comes bundled with some amazing features like DefaultValue on missing attributes, Key Annotation for Mapping and much more.

2. Zerocell – To resolve the problems we face while reading excel sheet. Excel Reading – No more a pain

We normally use Apache poi library for Excel Reading in Java. However we need to write lot of code to get the work done. Working with different data types like Integer, date, comma separated string in excel is again a big problem. Zero cell provides solution for all the boiler plate code we write.

Reusable Converter classes helps us to maintain the business logic away from tests.

3. Fixture Factory – Generate POJO’s for you rest assured tests using Template – Easy and Fast.

We normally generate POJO’s for testing rest services. However we spend so much of time in passing the values to the POJO fields. Fixture Factory helps us to create objects based on template and can create 1000’s of objects on the fly.

4. Lombok – Say Good Bye to Verbosity.

Implement these libraries in your company and stun your colleagues !

Who this course is for:

  • SDET
  • Test Automation Engineers
  • Java Developers
  • Support Analyst with Java Knowledge
Advertisements
FREE
Advertisements
Advertisements
Free Online Courses with Certificates
Logo
Register New Account