Design Basics
This lesson provides a brief introduction to the test automation framework and lists some primary considerations while designing one.
What is a test automation framework? #
A test automation framework is a set of libraries/files that helps you to write automated tests in a particular structure/format without worrying about handling reports, logs, failure analysis screenshots/videos, integration to third parties, etc. which will be taken care of internally by the framework.
Design considerations for a test automation framework #
We should consider the below points while designing a test automation framework.
Get hands-on with 1400+ tech skills courses.