After each test method is executed, the @____ annotation is executed

39. After each test method is executed, the @____ annotation is executed.

  1. AfterTest
  2. AfterClass
  3. AfterMethod
  4. AfterSuite

Answer: C) AfterMethod

Explanation:

After each test method is executed, the @AfterMethod annotation is executed.

Comments and Discussions!

Load comments ↻






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