by Dave Lane | Feb 13, 2023 | Business, Development, DevOps
What is the purpose of automated testing? Our team is a strong proponent of automated testing. Automated tests ensure that our code is working as expected, and that it will continue working even if our app changes over time. Every application we build has a...
by Dave Lane | Nov 14, 2022 | Development
Automated testing is an essential software development practice. Agile practitioners rely on automated tests to ensure that their apps are always in a working state. Often, developers who are new to automated testing raise concerns about the practice. However, once...