Swift Developer
Published Oct 10, 2015
Most people I have worked with think of these as two different ways of testing, but I don’t think they should be seen that way. Automation is not able to fully replicate what a human being can do and a human can’t 100% replicate what a computer does. So instead of thinking of these two things as enemies, why can’t they help each other out?
Let’s go through an example for something as simple as clicking a button:
As you can see the capabilities of both approaches overlap which is a good a thing. Automation can help with manual testing, it can do all the boring stuff for you and allow you more time for testing new areas. Continuing the example above.
So next time someone asks you about automation vs manual, think more what they can do for each other, rather than pitting them against each other.