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.
 
 
 
 
 
eaccmk 408ab9752f
Add content for testing frameworks (#2274)
2 years ago
..
100-frontend-automation Add content for testing frameworks (#2274) 2 years ago
101-mobile-automation Add content for testing frameworks (#2274) 2 years ago
102-backend-automation Add content for testing frameworks (#2274) 2 years ago
readme.md Added content to readme.md file of 103-qa-automated-testing folder (#2339) 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