| Author |
testNG timeOut annotation generates AssertionError
|
sarfaraaz aslam
Greenhorn
Joined: Jan 18, 2013
Posts: 1
|
|
My testNG class contains all the variables declared in @BeforeMethod.
When I add timeOut annoation in @Test methods, I get systematically AssertionError.
As far as I have understood, upon adding timeOut annotation, testNG executes the method in a different thread. As the result the values are the synchonised, even If iI increase the timeout stamp.
I have also tried to solve this by combining timeOut other annotations like singleThreaded, invocationCount without sucess.
|
 |
 |
|
|
subject: testNG timeOut annotation generates AssertionError
|
|
|