
David Mello
Breaker of software, geek, meme enthusiast.
I blog about quality assurance and software testing, home automation, technology reviews, and home improvement.
Latest Articles
Browse all




Strategy
Testing Software using Decision Tables
Decision tables are software testing tools used to ensure one fully captures the expected behaviors of features involving complex business rules. Once created, decision tables provide valuable documentation of the software's desired behavior that one can directly use to create their test cases with. Learn how to create and use decision tables for testing your next Agile story in this article.

Nightwatch
Automated Email Testing with Nightwatch and MailTrap
This handy guide will show you how to perform email testing in your end-to-end test automation to verify email delivery, recipient, localized content, or follow links out of account verification/activation emails in your Nightwatch selenium test suite using the MailTrap email sandbox tool.