DEV Community

Suresh Kumar Prabhakaran
Suresh Kumar Prabhakaran

Posted on

Task 4

  1. What is Manual Testing? Test Engineers could read the requirements and understand the requirements based on the understanding test engineers use to write the test cases. Using test cases checking the software created by developer is working properly or not is called Manual Testing.

Examples: Booking a movie ticket by executing the test cases.

  1. What are the benefits of the Manual Testing?
  • Test the software Manually

  • Write the test cases, with help of that anyone can do testing with help of test cases

  • Easily report all the issues or bugs

  • Track all the defects and iteration easily

  • Easily to maintain the report in testing tools

  • At last it will give good software to the customer

  1. What are the drawbacks of the Manual Testing?
  • Time Consumption is high

  • It requires number of persons to test the software

  • Number of resource cost will be high

  • Testers must create a new case for each application test

Top comments (0)