Which of the following is correct about Test Runner in JUnit?
A - Test runner is used for executing the test cases.
B - @RunWith and @Suite annotation are used to run the test runner.
C - Both of the above
D - None of the above.
Correct Ans is A - Test runner is used for executing the test cases.