This method is called before the class's first method is invoked using the @____ annotation

36. This method is called before the class's first method is invoked using the @____ annotation.

  1. BeforeSuite
  2. BeforeClass
  3. BeforeTest
  4. BeforeMethod

Answer: B) BeforeClass

Explanation:

This method is called before the class's first method is invoked using the @BeforeClass annotation.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.