5 ms·
There are several cases where this is not possible or desirable: - you are using AI as an E2E testing tool and it's a requirement to not just test the API but
by misja111 4mo ago
There are several cases where this is not possible or desirable:
- you are using AI as an E2E testing tool and it's a requirement to not just test the API but also the workings of the UI
- you are using some third party tool and want to automate its usage
- phatskat 4mo agoTo the first point, why use AI for end-to-end testing at all? The main app I work on has accessible buttons, menus, etc, that can all be found deterministically, why waste the money having AI try to figure it out and possibly lie about the results?