Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What are the disadvantages of manual testing?

Answer»

Following are the disadvantages of manual testing −

  • Time consuming and tedious − Since test cases are executed by human resources so it is very slow and tedious.

  • Huge investment in human resources − As test cases need to be executed manually so more testers are required in manual testing.

  • Less reliable − Manual testing is less reliable as tests may not be performed with precision each time because of human errors.

  • Non-programmable − No programming can be done to write sophisticated tests which fetch hidden information.

52.

What is Testing?

Answer»

Testing is the process of checking the functionality of the application whether it is working as per requirements.