All test methods in that folder will be executed before the @____ annotated method is executed

34. All test methods in that folder will be executed before the @____ annotated method is executed.

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

Answer: C) BeforeTest

Explanation:

All test methods in that folder will be executed before the @BeforeTest annotated method is executed.

Comments and Discussions!

Load comments ↻






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