What is Manual Testing? What are the benefits and drawbacks of Manual testing? Give Some Example?

selvaranisekar

selvarani

Posted on January 3, 2024

What is Manual Testing? What are the benefits and drawbacks of Manual testing? Give Some Example?

What is Manual Testing?

-Manual testing is a software testing process in which test cases are executed manually without using any automated tool.
-All Testcases are executed Manually according to end user perspective.

  • Manual testing is mandatory for every newly developed software before automated testing.

Types
-->White Box Testing
-->Black Box Testing
-->Gray Box Testing

Advantages of Manual Testing
-->It does not require programming knowledge
-->Deliver 100% Defect less.

Disadvantages of Manual Testing
-->It requires a large number of human resources.
-->It is very time-consuming.

💖 💪 🙅 🚩
selvaranisekar
selvarani

Posted on January 3, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related