Issue while generating Test NG report

Currently we are using Test NG report to check our test cases and currently we have increased test cases which is coming nearly 70 and while running the report, the app is getting hanged.
Is there any limitation in the Test NG report for the number of test cases or i need to use any alter methods to handle these many test cases?

Thanks in advance!

I assume you are referring to testng.xml.
There is no limit. I believe the issue has to do nothing with the testng xml limitation but your script or app itself or the way you have designed xml file.

Ok. Do you have any idea on how to execute the failed scripts in the test NG report?

You can retry the failed tests using the retry listener. I’ve attached a simple tutorial for it.

1 Like