TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mutation testing

3 点作者 mike_esspe将近 14 年前

3 条评论

rauar将近 14 年前
Not sure what the intention of posting this was but if it was blank curiosity about mutation testing: I built Carma ( <a href="http://retroduction.org" rel="nofollow">http://retroduction.org</a> ) which mutates Java bytecode and looks for undetected mutations (low testcase quality).
glimcat将近 14 年前
Interesting. The problem of equivalent mutants sounds fairly difficult to deal with if you want it to do a broad search. Some will possibly compile to an identical result, but many won't. Too many false positives would be prohibitive.
maeon3将近 14 年前
I would like to see a piece of software that could mutate a new blank java project into a fully functional piece of software given thousands of failing unit tests.<p>Start out with something simple, have unit tests define some function that does a simple thing. Have the program guess and check on source that makes the unit tests pass.
评论 #2809004 未加载