Explain the testing process for code?

Answers (1)

Code based testing corresponds to the testing that is carried out on code development, code inspection, unit testing in software development process The Code based testing consists of following testing Dynamic Testing Statement coverage, Branch coverage and, Path coverage.

Votes: +0 / -0