Software Testing Types, Workflow Testing, White box testing, Volume Testing



Types of Software Testing:-


  1. Workflow Testing: This is scripted pre-managed as per the expected to end users, end to end testing. This testing usually performed by the testing team.
  2. White Box Testing: In this technique, Test engineers test the logic of developed code, function execution, initialization of variables etc. This testing generally performed by the software developers.
  3. Vulnerability Testing: Mean the security testing for application. For the Purpose of Application integrity and stability. This testing has performed by the internal testing team.
  4. Volume Testing: This testing is used to confirm the performance of application. And usually performed by the performance engineers.
  5. Usability Testing:  AS it name suggest application should be very useful and how much it can be useful. To confirm such quality for application is called usability testing. This testing is done by the end users.
  6. User Interface Testing: This type of testing is performed by the testing team to confirm the user-friendliness of application /software.
  7. Unit Testing: Here only a unit is tested. Testing a part of source code for the validation or verification of software functionality. This testing performed by Development team.
  8. Upgrade Testing: This testing is done by testing team and need to confirm that software developed in lower version can be adjust with advanced version or not and if not then need to confirm that advance version can be learn easily or not.
  9. Thread Testing: This is tested by the testing team as a variation of top to bottom technique of testing where the progressive addition of components follows the implementations of subsets of the client requirements.
  10. Top to Down Integration Testing: This testing process starts with the top of the system and completed with the first individual module of system. Mean top to down hierarchy. This testing process is performed by the Testing team.
  11. System Integration Testing: In this testing type we integrate the system with another modules or the system and test the combined functionality. This testing is also performed by the testing team.
  12. System Testing: In this testing process, first dev team integrated the all modules in single unit then testing team do the testing of whole system at once together.
  13. Structural Testing: Using the white box testing, while testing the inserted into more smaller structure of code units to confirm the changes, then it called the structure testing. This testing can be performed by Developers team.
  14. Stress testing: When unit or component or system tested beyond the limit of specified conditions of system then it called the Stress Testing. This testing is usually performed by the Performance testing.
Storage Testing: Test stores data files capacity has been tested in such type of testing. Testing category that verifies the plan under test stores data files in the right directories and that it reserves enough space to avoid unexpected termination resulting from lack of space. Testing team done the testing for such types of testing.


No comments:

Post a Comment

Popular Posts