AI-powered web applications look familiar on the surface. They have text boxes, buttons, menus, loading indicators, and API calls. That makes it tempting to test them like any other web application: submit an input, wait for a response, and compare the output with an expected string.
Source: [Dev.to](https://dev.to/randomsquirrel802/how-to-test-ai-powered-web-apps-without-treating-the-model-like-a-normal-api-413j)