Programming Interview Question for CSS

Software Testing

SOFTWARE TESTING


Software Testing is having two types they are -  

  1. Manual Testing 
  2. Automation Testing

Manual Testing

Manual testing is one type of software testing in which test cases are executed by tester manually without using any tools.

The main Purpose of Manual testing is to identify the bugs, issues, defects in the software application. Manual testing is the earliest technique of all types of software testing and it helps to find bugs in the software application.

Goal of Manual TestingKill all the Bugs

Concept of manual testing is to make sure that the application is bug-free and it is working as per the functional requirements.

Testing checks the quality of the systems and delivers the bug-free product to the customer with their requirements.


Types of Manual Testing:

The different types of manual testing is mentioned below. The following testing types have been performed both manual and automation by using automation tools.

  • Black Box Testing
  • White Box Testing
  • Unit Testing
  • System Testing
  • Integration Testing
  • Acceptance Testing

 

 


Comments