Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Heru Purnama d711f92418
Add content for learning automation (#2983)
2 years ago
..
100-frontend-automation Update Bug Magnet (#2902) 3 years ago
101-mobile-automation Update Mobile Automation readme (#2485) 3 years ago
102-backend-automation Add cypress content (#2907) 3 years ago
readme.md Add content for learning automation (#2983) 2 years ago

readme.md

Automated Testing

Automation Testing is a software testing technique that performs using special automated testing software tools to execute a test case suite. On the contrary, Manual Testing is performed by a human sitting in front of a computer carefully executing the test steps.

Automated testing is the application of software tools to automate a human-driven manual process of reviewing and validating a software product. Most modern agile and DevOps software projects now include automated testing from inception. To fully appreciate the value of automated testing, however, it helps to understand what life was like before it was widely adopted.

Free Content What is Automated Testing? Testing Pyramid Learning Path with different programming language