gpt4 book ai didi

asp.net - 正确的测试方法

转载 作者:行者123 更新时间:2023-11-28 20:15:21 24 4
gpt4 key购买 nike

我遇到了一些问题。我正在编写并不断开发 ASP.NET MVC 应用程序。问题是,每次我更新我们网站的一小部分(甚至与我们的数据库无关)时,它似乎会破坏网站其他部分的大约 4 个其他内容。我一直在尽我最大的努力去预测它,但最终,我知道有更好的测试方法,我只是想知道最佳实践的普遍共识是什么?

谢谢!

最佳答案

简而言之 - 没有组织的答案!

Have a plan.
Know what the change is.
Document what you are going to test and why.
Maintain a test suite (Regression) to execute after all major changes.
Keep improving your test cases and adding the ones you missed
(there should be a test case associated with all your bugs.
This will ensure the same bug doesn't get introduced due to regression.

就像你说的那样,有一个合适的结构,确保流程的实现,有更好的代码审查(在提交之前发现错误)并继续大量阅读所有这些内容。

此答案已开放编辑以使其变得更好。

关于asp.net - 正确的测试方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23858825/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com