Junit - 程序验证与白盒模糊测试?

发布于 2024-10-27 03:54:53 字数 267 浏览 0 评论 0原文

我知道程序验证是计算机工程的一个分支 - 但它在现实世界代码库中的实际应用受到组合爆炸的限制。

我还了解到,作为设计软件变更的一部分,对于现有 Java 框架的修改,提前考虑算法的白盒、边界和黑盒测试会很有帮助。 (有些人将这种吊床驱动开发称为“编码前思考”。)

假设您采用这种思维并将其嵌入 junit 样式测试中,我假设内容的计算机科学名称严格是“白盒测试/模糊测试”,而不是足以构成“程序验证”。

所以我的问题是 - junit 测试 - 白盒模糊测试还是程序验证?

I understand that program verification is a branch of computer engineering - but that it's practical application to real world code bases is limited by combinatorial explosion.

I also understand that as part of designing your software change, for a modification to an existing Java framework, it's helpful to think about whitebox, boundary and blackbox tests for your algorithm, in advance. (Some people call this hammock driven development - thinking before you code.)

Assuming you take this thinking and embed it in junit style tests, I'm assuming that the Computer Science name for the contents is strictly 'whitebox testing/fuzzing' and not sufficient to comprise 'program verification'.

So my question is - junit tests - whitebox fuzzing or program verification?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

数理化全能战士 2024-11-03 03:54:53

程序验证是在与您的应用程序相关的数学模型上证明数学属性(它可以从编程语言的形式语义或手动导出,例如编写对 Web 服务进行建模的行为类型)。

看一下 pi-calculus 来理解我的意思。

当然,junit与形式化的程序验证无关。

Program verification is done proving mathematical properties on a mathematical model which is related to your application (it can be derived from the formal semantic of the programming language or by hand, like writing behavioral types that models your web service).

Take a look at pi-calculus to understand what I mean.

Of course, junit has nothing to do with formal program verification.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文