after which annotaion we can use Testng @Override annotation as i am trying to use it for retrying the failed test cases
Asked
Active
Viewed 41 times
0
-
3`@Override` is not TestNG annotation, it tells you a method is overriding vase class\interface method. – Guy Oct 03 '19 at 07:20
-
1Possible duplicate of [When do you use Java's @Override annotation and why?](https://stackoverflow.com/questions/94361/when-do-you-use-javas-override-annotation-and-why) – Guy Oct 03 '19 at 07:20