After all test methods in a suite have been executed, the @____ annotation will run

33. After all test methods in a suite have been executed, the @____ annotation will run.

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

Answer: A) AfterSuite

Explanation:

After all test methods in a suite have been executed, the @AfterSuite annotation will run.

Comments and Discussions!

Load comments ↻






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