Methods for Developers to Test Their Application

Photo by Jackson Simmer on Unsplash

SAST and DAST:

Static Application Security Testing (SAST)

Dynamic Application Security Testing (DAST)

Techniques of testing

Unit testing

import pytestdef test_capital_case():assert capital_case(‘unittest’) == Unittest

QA Test

“All code is guilty until proven innocent”

Software Engineer @ Understood