Testing Cloudwatch Alarms

July 09, 2018The Problem Testing that AWS Cloudwatch alarms are configured correctly, can be triggered and result in an on-call alert. This is rather complex issue due to a number of factors: Simulating data that will trigger the alarm. Different metrics require…

Modern Page Objects

March 23, 2018The page object model is a pattern for abstracting defining and interacting with components in a GUI. Find the logical boundaries of a component: A form Identify elements within the component: An input and a button Interact with this elements…

Unit Testing Required

January 26, 2018Its been my experience that most companies do not practice unit testing at all. Sometimes its an Agile environment where devs are pushing to increase velocity so they skip writing unit tests offloading the responsibility to functional testing via…