as this shows that you are not too sure of your code
Use a logging framework like log4j maybe? That would have been a better alternative than not logging at all.
What you need to tell is, do not use sysout as logging
what is the benefit of logging to the console or a log what the test does?
please explain.
please notice that i said "do not log to the console or a log what the test does".
i did not say "do not log exceptions to a log or some other useful info".
Use a logging framework like log4j maybe? That would have been a better alternative than not logging at all.
What you need to tell is, do not use sysout as logging
what is the benefit of logging to the console or a log what the test does?
please explain.
please notice that i said "do not log to the console or a log what the test does".
i did not say "do not log exceptions to a log or some other useful info".