1000+ Software Testing Interview Questions for Freshers Pdf - 1

Question: 1

How does System Testing and System Integration Testing differ?

System testing is the functional and Non-functional testing of a project. System Integration Testing is concerned with ensuring the interactions between two or more systems.

Question: 2

Why is Smoke Testing Essential?

Smoke Testing is essential since testing believes that testing a product which is not meeting certain basic functional requirements is waste of time and it doesn’t result good quality of the software. So in order to ensure that build is meeting basic functionality goals before further detailed testing, we conduct smoke testing.

Question: 3

What is the difference between Static and Dynamic Testing?

Static Testing means testing the project without executing the software and Dynamic Testing means testing the project by executing the software i.e. by running the application and going through screens. To conduct dynamic testing, you must use application screens and enter valid and invalid inputs and verify the application behavior. For Static testing, we do not use screens of application; instead we use static techniques like Review. During Review, experts go through each line of the work products like requirements document, design document and identify mistakes in these documents. Any mistakes identified during this review are nothing but defects in the work product.

Question: 4

What are the other names of Whitebox Testing?

Structural Testing

Glassbox Testing

Question: 5

What are the other names of Black box Testing?

Behavioral Testing

Opaque Testing.

Related Questions