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.

Microsoft Code Digger

137 pointsby scottchaabout 12 years ago

6 comments

testbroabout 12 years ago
A similar tool exists for Java, although it doesn't rely on symbolic execution (but IIRC it is able to use it for integer constraints) but evolutionary test data generation [1]. There's a plugin for Eclipse too.<p>[1] : <a href="http://www.evosuite.org" rel="nofollow">http://www.evosuite.org</a>
Aurel1usabout 12 years ago
Anyone know something similar for C/C++ or Python ?
评论 #5678545 未加载
评论 #5676973 未加载
earlzabout 12 years ago
I tried it. Doesn't usually work all that well though, and basically only works on built in .Net types. If you pass in your own object containing only .Net types, it's not smart enough to fill those in with potential test data. Interesting idea, but I found it completely worthless
评论 #5676553 未加载
评论 #5676648 未加载
nickbarnwellabout 12 years ago
I'll prefix my question by saying I'm unfamiliar with QC beyond knowing of its existence and roughly what it does in terms of generating test values:<p>Am I misunderstanding, or is this akin to QuickCheck for C#?
评论 #5676430 未加载
评论 #5676745 未加载
suyashabout 12 years ago
Anything similar for JavaScript?
Yuioupabout 12 years ago
I've noticed here and on reddit that Microsoft stories don't get much attention. Rightly so?