Manual Testing Interview Questions and Answers
Question - 91 : - What is Adhoc Testing?
Answer - 91 : - Adhoc testing is an unstructured way of testing that is performed without any formal documentation or proper planning.
Question - 92 : - What is monkey testing?
Answer - 92 : - Monkey testing is a type of testing that is performed randomly without any predefined test cases or test inputs.
Question - 93 : - How is monkey testing different from Adhoc testing?
Answer - 93 : - In the case of Adhoc testing although there are no predefined or documented test cases still testers have an understanding of the application. While in the case of monkey testing testers don’t have any understanding of the application.
Question - 94 : - What is exploratory testing?
Answer - 94 : - Exploratory testing is a type of testing in which new test cases are added and updated while exploring the system or executing test cases. Unlike scripted testing, test design and execution go parallelly in exploratory testing.
Question - 95 : - What is load testing?
Answer - 95 : - Load testing is a type of performance testing which aims at finding an application’s performance under the expected workload. During load testing, we evaluate the response time, throughput, error rate, etc parameters of the application.
Question - 96 : - What is stress testing?
Answer - 96 : - Stress testing is a type of performance testing in which an application’s behavior is monitored under a higher workload than expected. Stress testing is done to find memory leaks and the robustness of the application.
Question - 97 : - What is volume testing?
Answer - 97 : - Volume testing is a type of performance testing in which the performance of the application is evaluated with a large amount of data. It checks the scalability of the application and helps in the identification of a bottleneck with a high volume of data.
Question - 98 : - What is endurance testing or Soak testing?
Answer - 98 : - Endurance testing is a type of performance testing which aims at finding issues like memory leaks when an application is subjected to load test for a long period of time.
Question - 99 : - What is spike testing?
Answer - 99 : - Spike testing is a type of performance testing in which the application’s performance is measured while suddenly increasing the number of active users during the load test.
Question - 100 : - What is UI testing?
Answer - 100 : - UI or user interface testing is a type of testing that aims at finding Graphical User Interface defects in the application and checks that the GUI conforms to the specifications.