PDA

View Full Version : What is Time-Out test in TestNG?



warrantyau
12-18-2019, 02:14 AM
What is Time-Out test in TestNG?

Saravanan28
02-11-2020, 08:27 AM
TestNG – Timeout Test. ... The “timeout” means if a unit test is taking longer than a specified number of milliseconds to finish, TestNG will abort it and market it as failed. This “timeout” can also use for performance test, to ensure the method is returned within a reasonable time.

Saravanan28
03-12-2020, 07:28 AM
TestNG – Timeout Test. ... The “timeout” means if a unit test is taking longer than a specified number of milliseconds to finish, TestNG will abort it and market it as failed. This “timeout” can also use for performance test, to ensure the method is returned within a reasonable time.