Home »
MCQs »
TestNG MCQs
The '____' attribute can be used when the second test method wants to be dependent on the first
47. The "____" attribute can be used when the second test method wants to be dependent on the first.
- Priority
- TimeOut
- dependOnMethods
- Groups
Answer: C) dependOnMethods
Explanation:
The "dependOnMethods" attribute can be used when the second test method wants to be dependent on the first.