1000+ Software Testing Interview Questions and Answers Pdf - 1

Question: 1

What are the levels of testing?

There are four levels in testing the software. They are
a. Component testing
b. Integration testing
c. System testing
d. Acceptance testing

Question: 2

What is component testing?

Component testing is the testing conducted by developers to check whether the programs or functions developed by them are working properly. This is also known as unit testing.

Question: 3

What is alpha testing?

Alpha testing is the testing conducted by the customer in the engineering premises.

Question: 4

What is beta testing?

Beta testing is the testing conducted by the end user in the production environment.

Question: 5

How do you define testing?

Testing is the process of verifying whether application works as per requirements.

Related Questions