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 … Read more

Software Testing Interview Questions – Set 03

What do you mean by automated testing? Testing by using software tools which execute test without manual intervention is known as automated testing. Automated testing can be used in GUI, performance, API, etc. How many test cases we can write in a day? We can tell anywhere between 2-5 test cases. First test case → … Read more

Software Testing Interview Questions – Set 02

What is Baseline Testing? In Baseline testing, a set of tests is run to capture performance information. Baseline testing improves the performance and capabilities of the application by using the information collected and make the changes in the application. Baseline compares the present performance of the application with its previous performance. Does the customer get … Read more

Software Testing Interview Questions – Set 01

What is Random/Monkey Testing? Random testing is also known as monkey testing. In this testing, data is generated randomly often using a tool. The data is generated either using a tool or some automated mechanism. Random testing has some limitations: Most of the random tests are redundant and unrealistic. It needs more time to analyze … Read more

Software Testing Interview Questions

Software Testing Interview Questions – Set 04 Software Testing Interview Questions – Set 03 Software Testing Interview Questions – Set 02 Software Testing Interview Questions – Set 01