Home  >  Article  >  After debugging, the program generally does not need to be tested again.

After debugging, the program generally does not need to be tested again.

王林
王林Original
2019-10-31 14:10:504659browse

After debugging, the program generally does not need to be tested again.

It is wrong to say that programs generally do not need to be tested after debugging.

Reason:

The purpose of debugging is to find the location of the error and correct it. The debugged program also needs to undergo regression testing to check the effect of debugging, and also This prevents the introduction of new errors during debugging.

The above is the detailed content of After debugging, the program generally does not need to be tested again.. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn