Java 11 introduced some helpful features that can make your automation code concise and make it easier for you to work with API request responses, files, and strings.
In this video, you’ll learn:
🔹 Inbuild HTTP client to make a HTTP/2 request
🔹 Grasp string helper methods to manipulate string
🔹 Work with files by creating/deleting a temp directory, reading/writing files
🔹 Understand how to use var (local type inference) in lambda functions
Github: https://github.com/automationhacks/ja...