There are many types of automation testing that can be executed which includes - unit tests, GUI tests and also functional tests.

  • Unit tests are done when the software is still in the development phase in order to remove the number of bugs.
  • GUI tests are executed at the testing level in places where the tests are scripted to check the user interface. It helps to understand the way an application behaves the whole time.
  • Functional tests are done during the testing levels as well so that they can stimulate the functional scenarios. It helps to test input and output results.
BY Best Interview Question ON 30 Nov 2020