Hello. Made a small app. Decided to cover it with tests. For almost all classes I wrote unit tests. But I wish all the app automatically tested on different test inputs. In my opinion, this is called integration testing, but not sure.
In fact, hence the question: how to do this better? Or better and easier just to substitute other inputs and see what is written in the console, in logs, in the output?