Home »
MCQs »
TestNG MCQs
What is TRUE about TestNG?
4. What is TRUE about TestNG?
- With TestNG, you are in complete control of what is happening in the test cases and how they are executed.
- Prior to running test case X, run multiple test cases as a pre-request.
- By utilizing easy annotations, grouping, sequencing, and parametrizing, the TestNG framework eliminates the limitations of the older framework.
- All of the above
Answer: D) All of the above
Explanation:
The things TRUE about TestNG are -
- With TestNG, you are in complete control of what is happening in the test cases and how they are executed.
- Prior to running test case X, run multiple test cases as a pre-request.
- By utilizing easy annotations, grouping, sequencing, and parametrizing, the TestNG framework eliminates the limitations of the older framework.