Home »
MCQs »
TestNG MCQs
A TestNG ____ is a piece of code that comes into play during test execution and controls the flow of the test
30. A TestNG ____ is a piece of code that comes into play during test execution and controls the flow of the test.
- Groups
- Annotation
- Code
- Tags
Answer: B) Annotation
Explanation:
A TestNG Annotation is a piece of code that comes into play during test execution and controls the flow of the test.