So a lot of people are using AI to write test cases for their code now, but if the AI can write the test, can it not just do the tests right then and there?
I would welcome unit tests disappearing. Integration tests will still be there though.
if the AI can write the test, can it not just do the tests right then and there?
Probably for simple ones, but I would not trust it's output for more complex tests, even once AI has gotten better. Determinism is the whole point of tests and determinism is not a priority of AI.
Please Login To Post
Probably for simple ones, but I would not trust it's output for more complex tests, even once AI has gotten better. Determinism is the whole point of tests and determinism is not a priority of AI.