Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的 asp.net 项目中进行模糊测试?关于模糊测试的任何想法以及它在哪里使用?
模糊测试是自动化或部分自动化的测试,并将各种不同的输入推送到您的应用程序,即您的网站。通常,这些范围包括简单的压力测试,即如果您使用“if...else”语句,您将使用强制真假值的输入进行测试。
在网络方面,有一些软件包可以提供帮助,但我知道其中一个是WatiN,它可以插入 MS 测试,而且它也是免费的。虽然扔/Paypalling一些啤酒钱总是一件好事......