Home >Backend Development >PHP Tutorial > 大伙是如何来做测试的

大伙是如何来做测试的

WBOY
WBOYOriginal
2016-06-13 13:01:04801browse

大伙是怎么来做测试的?
我负责的一个模块经过一个多月的编写和测试,仍然漏洞百出,大约有几十个Bug在测试时没有发现。这让我很懊悔,大家能谈谈平时是如何进行测试的吗?
------解决方案--------------------
我用最传统的做法,打开所有错误提示,echo+var_dump,必要时+状态变量看看是循环哪一层出错

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