Let’s face it: we’re in the 21st century. There’s no reason why any repetitive task won’t be fully automated, especially in a high-tech environment! But still, a large portion of the manual tester’s job is performing regression tests,1 which is very repetitive. And obviously, doing it manually is much slower and error prone compared to what the computer can potentially do.
First Attempt: Record and Playback
So the first thought of anyone who wants to improve that process is to automate the manual tester’s job. There are several ways to achieve that as we’ll discuss throughout ...