Ask HN: What parts of software testing can realistically be autonomous today?
Modern systems have good observability and better tooling than ever, yet testing often remains manual and slow.
In your experience, what aspects of testing can actually run autonomously today, and what still seems fundamentally hard or unsolved?
4 comments
[ 5.2 ms ] story [ 432 ms ] threadIMO, 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).
More 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.