.png)
In the main software development methodologies there is always a chapter dedicated to testing. It is a mandatory approach to achieving quality in deliveries on an ongoing basis.
There are two types of test:
- White Box Test: These are tests that examine the quality of the source code and application functionality. In this type of test we have:
- Static analysis: static analysis solutions are used (there is no functionality execution at the time of testing) of the source code, where naming patterns, indentation, declared and unused variables, coupling index between components, among other







.png)