Have you heard? My course “IntelliJ for Test Automation Engineers” is now available for free on Test Automation University: https://testautomationu.applitools.com/intellij/. It is meant for testers who want to learn how to use this IDE, and it covers concepts from installation, setup, to creating and running test, to performing static code analysis.
Enjoy!
Hello Corina
I’m doing your course on TAU. It looks so nicely structured and clear, so thank you!
A quick question – you are referencing some existing code there (like the Browser Getter class), where can it be found?
LikeLike
Hello. Thank you for taking the course. The BrowserGetter class can be found here: https://github.com/iamalittletester/selenium-tutorial/blob/master/src/main/java/browser/BrowserGetter.java. The test project used is this one: https://github.com/iamalittletester/selenium-tutorial
LikeLike