Putting Together - Design the UI Test Framework
In this lesson, we will go through the components of a test automation framework.
For designing the UI test framework or any framework, we have to develop the below modules, which have already been discussed previously in the course.
-
Driver Management – Managing your choice of browser/driver capabilities and related configuration
-
Configuration Management – Setting configurations ...