I read the documentation and did not understand how to use UI tests.
In particular, how to run the application correctly, so that the test would work.
I tried it like this: I launch the test record, go to the folder with the program and launch the EXE, do something and close the program.
When the test was started, nothing happened and an error occurred.
I tried it like this: I started the recording of the test, I started the project through F5, did some actions and closed the test.
And again, when testing, an error occurred ...
Actually the question:
What am I doing wrong? After all, when I play the recorded test, an error always crashes ...
As I understand it, the test does not even launch my WinForm application.