DEV Community

Christian Vasquez
Christian Vasquez

Posted on • Updated on

Doing Page Object Model the Right Way - Part 1

I'm back at it again, but this time in a video format with one of the most common topics that QA Engineers tend to discuss about on how to implement in their code in order to make it easier to maintain in the future, but many of us have struggled to understand it or use it properly. So, hopefully I will help you get a better grip of it at the end of this video.


Right after recording this I noticed there are a few things I could improve upon, so stay tuned for a few more videos around this and other topics related to automated UI testing.

If you want to follow along, here's the GitHub repo.

As always, feel free to ask any questions in the comment section and I'll do my best to not ignore it 🤓.

Top comments (2)

Collapse
 
ddaypunk profile image
Andy Delso

When will the full code be available in GitHub? I only see two files when tapping view code. The maven pom and one other thing but no source.

Collapse
 
chrisvasqm profile image
Christian Vasquez

Hey Andy,

Oh! Sorry for the confusion, you had to switch from the master branch to the-right-way to see the changes.

screenshot

Thanks for bringing this up, I just merged that branch into master to help others as well.