Invocation of the method ____ will only happen once before all tests are run

12. Invocation of the method ____ will only happen once before all tests are run.

  1. @AfterClass
  2. @Before
  3. @BeforeClass
  4. @After

Answer: C) @BeforeClass

Explanation:

Invocation of the method @BeforeClass will only happen once, before all tests are run.

Comments and Discussions!

Load comments ↻






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