In-Development: dustinsison.com QA Automation

In-Development: dustinsison.com QA Automation

As part of my quest to become a QA Automation master, I’ve begun work on automating QA tests for this very website. You can read about the project, as well as see the languages/software that I plan to use for this on the project’s page here. I’m currently building these tests out in Java, but I may add other language variants, likely Ruby, once the tests are done in Java. You can also see the GitHub repository here.

Currently I’ve started off the initial commit with a basic login test for this website. This was just to get the ball rolling and test something quickly. Next, I plan to plan out what tests I want to add by writing cucumber steps, then I’ll slowly build out the tests, prioritizing basic user flows first. Stay tuned!