Test Automation
During the development of a Web site or application, the life of a tester usually looks like this:
1. You set up a series of test scenarios;
2. You go through them manually, ensuring quality;
3. However, your fellow developers are constantly implementing new code 🤯;
4. That means these test scenarios have to be repeated;
5. With dozens of code changes per day soon an impossible task.... Thanks Developers!
Fortunately, automated testing offers a solution here: manual testing procedures are translated into code. With every implementation of new code, these tests are run automatically. This ensures that errors* are quickly noticed and a tester's life becomes a lot more fun.
*Developers at Laméco, of course, never make those....