1000+ Automation Testing Interview Questions and Answers Pdf - 2

Question: 6

How will you receive the project requirements?

The finalized SRS will be placed in a Project Repository. We will access it from there.

Question: 7

What is a driver?

Driver is the code which calls other functions.

Driver checks whether the function developed is correctly working or not based on the return value.

Question: 8

What are the types of acceptance testing?

The following three types are considered as Acceptance testing types

a. Alpha testing

b. Beta testing

c. User acceptance testing

Question: 9

What are integration test strategies?

Four integration test strategies are there

a. Top down

b. Bottom up

c. Big bang

Question: 10

How do alpha and beta testing differ?

Alpha testing is performed by the customer in the engineering premises whereas beta testing is performed by the end user in the production/live environment.

Related Questions