Every test method will be run prior to the @____ annotation

38. Every test method will be run prior to the @____ annotation.

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

Answer: A) BeforeMethod

Explanation:

Every test method will be run prior to the @BeforeMethod annotation.

Comments and Discussions!

Load comments ↻






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