> a platform that takes your software and hunts for bugs in it Ok but, what actually IS it? It seems like it is a cloud service that will run integration tests. I have to figure out how to deploy to this special environment and I still have to write those integration tests using special libraries. But even after all that integration refactoring, how is this supposed to help me find actual bugs that I wouldn't already…
I'd suggest taking a dive into the docs - there is quite a lot there that should address some of these questions. That said, Antithesis doesn't require you to write manual tests, integration or otherwise. It requires your software system to be packaged in containers, which is fairly straightforward, and then requires a workload to be written which will emulate the normal functioning of the software system. So for exa…
I don't mean to poke holes but I'm having trouble seeing the value add here.
If I have to deploy to some new environment anyways and I have to tailor the "Workloads" anyways why would I pay extra for vendor lock-in?
The type of devious bug this is promising to find would be something like:
"The DB silently drops timezone from Dates because of the column type. This results in unexpected data being returned for users in different timezones from the server"
I just don't see how repeatably calling the API with an expanding set of random inputs helps find something like that.