It is possible to parameterize test methods by passing arguments as parameters, which is achieved by using ____ annotations

19. It is possible to parameterize test methods by passing arguments as parameters, which is achieved by using ____ annotations.

  1. testing@Parameters
  2. testng@Parameters
  3. Parameters@testng
  4. Parameters@testing

Answer: B) testng@Parameters

Explanation:

It is possible to parameterize test methods by passing arguments as parameters, which is achieved by using testng@Parameters annotations.

Comments and Discussions!

Load comments ↻






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