- cross-posted to:
- technology@lemmy.world
- cross-posted to:
- technology@lemmy.world
Sounds like a new fancy term for what’s already called fuzzing, but with more modern AI duct taped on.
Why is this garbage in a science community?
Where’s the study? The experiments? The research?
Feel free to have a look at !science@mander.xyz
No it won’t, but maybe it will make unit tests easier to write.
Agreed. This project is currently about validating the test coverage/power. It’s not too much of a stretch to envisage it one day actually designing/writing the tests themselves, but this is only a first step. And if it did end up creating tests and also editing the code under test, would there not be an independence issue?
Independence issue?
If the same entity is both writing the code and testing the code it’s not great. Even though the code in this instance is there to support testing, it’s still being crafted by an ai that may one day also be expanded to create the tests themselves. It’s that scenario I’m concerned about. It’s part of the reason we do more than just unit test.
Hm, but isn’t usually the same developer who writes the code and the test?
Why would it be an issue if an AI does the same?
Developers write and execute the unit test, and perhaps component test. Once you get past that to system testing it should be someone independent.