1000+ Automation Testing Interview Questions and Answers Pdf - 1

Question: 1

What is the difference between Functional ad Non functional System testing?

Functional System testing is nothing but testing the system based on its functional behavior.

Non functional system testing is nothing but testing the system based on all other aspects its functional behavior.

Question: 2

What is the difference between Adhoc and Exploratory testing?

Adhoc testing means testing the application without following any test cases.

Exploratory testing is an approach of testing an application which involves simultaneous learning, test design and test execution.

Question: 3

What is a code review?

Code review is the process of reviewing the code written.

Code Reviews are conducted for the code developed by the developer and also for the Automation Scripts developed by the Automation Engineering.

Question: 4

What is Entry Criteria?

Entry criteria defines what should be there before we start a particular phase.

Question: 5

What is Exit criteria?

Exit criteria defines what should be there to inform that we have successfully completed a particular phase.

Related Questions