I need to run a Junit test case without using the @Test annotation. It works fine if I use the @Test annotation.
I would like to go for automation testing to do Junit Testing as the main one. Can you give me an example program for this?
Note. I tried Test Suite, so please do not give any examples regarding the test suite.
source share