Iâm currently focussing on my Java skills & I have been doing this by working through the Head First Java book.
Even though this is a great book & not as dry as the SCJP tome I started with, the worked examples still are not as authentic as Iâd like them to be - Iâm finding it hard to stay motivated!
As such, Iâm tackling test automation to try & help me learn. Its still the simple stuff at the moment, but Iâm hoping thereâs people out there who have come across some problems which took some head scratching in order to figure out the solution.
Iâm using this website to perform automated checks against - things like navigating between pages, checking external links & checking for the presence of certain elements etc.
So here is the request:
I would like you, the general public, to throw down some test automation challenges in order to help me learn Java!
Iâm currently using the JUnit test framework with WebDriver - Iâd like the solutions to the challenges to stay within this setup if possible please.
Just leave your challenges as responses to this post & Iâll pick them up & work through them.
I have a repo on GitHub for my WebDriver learning - Iâll push the solutions to there & let the challengers know when Iâm done. Iâd really appreciate feedback on my solution if possible.
Iâll be grateful for any help / feedback you can provide!
Duncs