Types of Manual Testing Classes - 1


Manual testing refers to the process of executing tests and checking the behavior of a software application manually, without the use of any automation tools or scripts. Here are some types of manual testing:

  1. Functional Testing: This type of testing involves verifying the functionality of the software application as per the business requirements.
  2. Regression Testing: This testing ensures that changes made to the software application do not affect the existing functionalities and features.
  3. Acceptance Testing: This testing is performed to verify if the software application meets the acceptance criteria specified by the stakeholders.
  4. Integration Testing: This type of testing is performed to test the interaction between different modules of the software application.
  5. User Interface Testing: This testing involves verifying the graphical user interface of the software application.
  6. Usability Testing: This testing is performed to evaluate the ease of use and user-friendliness of the software application.
  7. Performance Testing: This testing involves verifying the performance of the software application under different load conditions.
  8. Security Testing: This type of testing is performed to test the security of the software application, and to identify any vulnerabilities that may exist.
  9. Exploratory Testing: This testing involves exploring the software application and identifying any defects or issues that may exist.
  10. Ad-hoc Testing: This testing is performed without any specific test cases, and is usually done to identify defects or issues that may be missed during formal testing.
Previous Post Next Post