🔢Types

Various types of Software Testing

What is Manual Testing?

Testing any software or an application according to the client's needs without using any automation tool is known as manual testing.

In other words, we can say that it is a procedure of verification and validation. Manual testing is used to verify the behavior of an application to the requirements specification.

We do not require any precise knowledge of any testing tool to execute the manual test cases. We can easily prepare the test document while performing manual testing on any application.

Classification of Manual Testing

In software testing, manual testing can be further classified into three different types of testing, which are as follows:

  • White Box Testing

  • Black Box Testing

  • Grey Box Testing

Last updated