Software Testing Interview Questions – Set 04

When should exploratory testing be performed?

Exploratory testing is performed as a final check before the software is released. It is a complementary activity to automated regression testing.

What is API (Application Programming Interface)?

Application Programming Interface is a formalized set of software calls and routines that can be referenced by an application program to access supporting system or network services.

What is the benefit of test independence?

Test independence is very useful because it avoids author bias in defining effective tests.