What is in the Automation Framework?
Get introduced to the automation framework for implementing standard purpose functionality for taking screenshots, saving logs, and creating a driver.
We'll cover the following...
Why do we need an automation framework?
Running the automated tests is great but if tests fail, we need additional information to troubleshoot the root cause of the failure.
This information comes from different places:
- The screenshot of the page where the test failed shows us the page status at the time of failure.