I am developing one command line based tool. I am testing it with NUnit. I would like to know inputs about shall we test text printed on command prompt?
For example, if user gives wrong command line options then program prints text about how to use program. Shall we test this text also? Is it over-testing or everyone does it? If yes then how to test the text printed on command prompt using NUnit?