Automation Interview Flashcards
What are the different types of Automation Testing?
Different types of test automation are unit tests, GUI tests, and functional tests.
Unit tests are usually done during the development phase to reduce the bugs
GUI tests are done at the testing level, where tests are scripted to test how the user interface of an application behaves.
Functional tests are also done at the testing level to simulate the functional scenarios to test the application with provided input and for expected output.
What is a Test Automation Framework?
A test automation framework is a set of universal guidelines and rules used to produce beneficial results of the test automation activity. The automation framework brings together function libraries, test data sources, object details, and other reusable modules and methods. Automation framework makes testing consistent. Some of the guidelines are as follows:
Rules for writing test cases Coding guidelines for creating test scripts Input test data templates Object repository management Log configuration Test result and reporting usage