6 Common Types of Functional Testing

Functional testing is the baseline of software quality assurance. Gone are those days when software QA was limited to few fix steps. Nowadays things have changed as challenges as well as tools of testing both have changed. We have listed six common types of functional testing. Check their list below:

1.     Unit Testing: part of programming code is tested. This type of testing is done by developer.

2.     Smoke Testing: this is done to ensure stability of software product.

3.     Sanity Testing: this is subset of regression testing which ensures perfection of implementation.

4.     Integration Testing: in this one software modules are integrated and tested as a group.

5.     User Acceptance Testing: how easy it is from the users’ perspective.

6.     Regression testing: this is the testing done after resolving any bug. Whenever we change any part of code then it is again checked whether it impacted other parts of software product.

Functional testing could have more classifications and it mainly depends upon requirement of project. As functionality changes, numerous associated aspects of QA also changes. For more information, check website: https://testershub.co.in/

 

Comments