Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Function Testing

Function tests are simple tests of individual functions. The goal of function testing is to test each function thoroughly and in isolation. It is very useful for assessing capability rather than reliability. Its weakness is that it misses interactions. Don’t confuse this term with functional testing, which is a broad …