DEV Community

Neethu Rajesh
Neethu Rajesh

Posted on

Automation Testing

Automated testing refers to any approach that makes it possible to run your tests without human intervention. Traditional testing has been done manually. A human follows a set of steps to check whether things are behaving as expected.
By contrast, an automated test is created once and then can run any time you need it.
Benefits of Automation
Improved Scale
Speed of delivery
Streamlined releases

Top comments (0)