Skip to content

Articles and updates

Articles from the Technway team about web development, UI/UX, Technical SEO, accessibility, web engineering, and the projects and systems we work on.
Building Confidence in Every Change with Testing
Software Testing

Building Confidence in Every Change with Testing

Testing usually feels straightforward when a project is still small because checking the main flows manually before a release or deployment can work for some time. As the application grows, this starts taking more effort because new features depend on existing behavior and more parts of the system begin interacting with each other, so a ...

Read article