After all test methods of the current class have been executed, the @____ method will be invoked

37. After all test methods of the current class have been executed, the @____ method will be invoked.

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

Answer: C) AfterClass

Explanation:

After all test methods of the current class have been executed, the @AfterClass method will be invoked.

Comments and Discussions!

Load comments ↻






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