New Udemy Course – Java 8 and Beyond for Testers

Dear Readers,

I am very much thrilled to release my new course today on Java – Java 8 and Beyond for Testers.

Screenshot from 2019-07-04 11-31-59

This course focuses mainly on

  • Java
  • Lambda
  • Functional Interfaces
  • Stream
  • Functional style programming with test automation examples.

This course is designed to make you feel very comfortable with the latest and important features of Java 8 and beyond.

Selenium/Appium/RestAssured are all just libraries. To advance your career in Test Automation, You need to be good at the programming language you use. This is very important because knowing the programming language well will make you the solve the problem / complete your test automation task very efficiently! That is what this course is all about.

Please contact me via About Me page if you need discount!

Happy Testing 🙂

Share This:

6 thoughts on “New Udemy Course – Java 8 and Beyond for Testers

  1. I purchase this course and really its awesome . You explain each and every topic easily with real time example use in automation framework….Its really helpful Course. I have only one que. Stream is lazy loading so when deal with WebElement with stream then chances of StaleElement Exception is more. Is it true or not ?

    1. Thanks for the feedback. The webelement itself is lazy. That is when it is injected we actually inject a proxy object. Not a real element. The real webelement is found only when you call any of its method. So it would not cause any issues. You should not see any exceptions. If you are getting, it is not because of stream. No worries.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.