1.

How can a method be made to run before the execution of every test case?

A. Annotate the method with @Before
B. Prefix the method name with startfirst
C. Annotate the method with a @BeforeClass
D. Such a method cannot be made
Answer» B. Prefix the method name with startfirst


Discussion

No Comment Found