What is TRUE about TestNG?

4. What is TRUE about TestNG?

  1. With TestNG, you are in complete control of what is happening in the test cases and how they are executed.
  2. Prior to running test case X, run multiple test cases as a pre-request.
  3. By utilizing easy annotations, grouping, sequencing, and parametrizing, the TestNG framework eliminates the limitations of the older framework.
  4. All of the above

Answer: D) All of the above

Explanation:

The things TRUE about TestNG are -

  1. With TestNG, you are in complete control of what is happening in the test cases and how they are executed.
  2. Prior to running test case X, run multiple test cases as a pre-request.
  3. By utilizing easy annotations, grouping, sequencing, and parametrizing, the TestNG framework eliminates the limitations of the older framework.

Comments and Discussions!

Load comments ↻






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