Automation Interview Flashcards

1
Q

What are the different types of Automation Testing?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Test Automation Framework?

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly