How can I put timeout using TestNG annotation?
Hey Emma,
Yes, you can use @Test (timeOut=4000ms) in TestNG annotation.
@Test (timeOut=4000ms)