TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mutation testing

3 pointsby mike_esspealmost 14 years ago

3 comments

rauaralmost 14 years ago
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).
glimcatalmost 14 years ago
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.
maeon3almost 14 years ago
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 未加载