Wednesday, June 22, 2022

Type of manual testing

 Unit Testing

This initial stage in testing is normally carried out by the developer who wrote the code and sometimes by a peer using the white box testing technique.
 Integration Testing
This stage is carried out in two modes, as a complete package or as an increment to the earlier package. Most of the time black box testing technique is used. However, sometimes a combination of Black and White box testing is also used in this stage.
 System testing this stage the software is tested from all possible dimensions for all intended purposes and platforms. In this stage, Black box testing technique is normally used.
 User Acceptance Testing
This testing stage is carried out in order to get customer sign-off of the finished product. A 'pass' in this stage also ensures that the customer has accepted the software and is ready for their use.
 Release or Deployment Testing
Onsite team will go to the customer site to install the system in the customer configured environment and will check for the following points:
  1. Whether SetUp.exe is running or not.
  2. There are easy screens during installation
  3. How much space is occupied by the system on HDD
  4. Is the system completely uninstalled when opted to uninstall from the system?








No comments:

Post a Comment