Home »
MCQs »
TestNG MCQs
Using Testng's dependencies, a test method can be ____ on one or more other test methods
17. Using Testng's dependencies, a test method can be ____ on one or more other test methods.
- Interdependent
- Intradependent
- Independent
- Dependent
Answer: D) Dependent
Explanation:
Using Testng's dependencies, a test method can be dependent on one or more other test methods.