Ask HN: What parts of software testing can realistically be autonomous today?
1–6 of 6 posts
Re: Ask HN: What parts of software testing can realistically be autonomous today?
#2Re: Ask HN: What parts of software testing can realistically be autonomous today?
#3Testing is answering "does it do, what it is supposed to do?" and autonomous means "according to it's own law(s)". Sounds like a contradiction to me. I'd answer with "none".
Is this not autonomous because the properties weren't created without humans being involved? How could that even be possible?
Re: Ask HN: What parts of software testing can realistically be autonomous today?
#4Re: Ask HN: What parts of software testing can realistically be autonomous today?
#5IMO, the hard parts that actually getting solved right now is the autonomous serialization of state; context capture and issue repro steps to be precise (and definitely not the "finding of bugs" part).
Re: Ask HN: What parts of software testing can realistically be autonomous today?
#6More often than not, people test the wrong things; they struggle to even identify the right properties to test.
I question my worldview on this because I don't think it's a particularly difficult problem. There are companies like Antithesis that have done incredible work in this space.
I am building in automated property-based testing, and it's not an easy sell.