Functional Testing 2022-All the different types of functional testing

The Test Lead
5 min readJan 30, 2022
Photo by Andrew Measham on Unsplash

So here is the situation, you are part of a testing team and they want to put you in charge of functional testing. You have a high-level understanding of some functional testing but know there is a lot more you can learn so you can get full functional test coverage. Remember the earlier a bug is found, the less costly it will be to fix and easier it will be to isolate the cause! For all types of testing, the desired outcome should be identified and checked agaisnt when running the test.

This article will cover the following testing:

  • Unit
  • Integration
  • System
  • End to End
  • Regression
  • Sanity
  • Smoke
  • Interface
  • Acceptance
Photo by Glenn Carstens-Peters on Unsplash

Unit Testing

Unit testing consists of testing the smallest parts of an application or feature. The purpose of unit testing is to isolate each individual part of written code to make sure it is working as expected. It is important because when you find a bug here, you…

--

--

The Test Lead

SDET at fintech company in NYC. Visit personal page http://thetestinglead.com// Twitter @juss_bailey Youtube @The Test Lead