We are using Micro Focus UFT developer 15.01. About 1-2% of our tests never end, because they are stuck inside
Reporter.GenerateReport();
The issue is rare, but for us it is annoying enough to re-trigger our tests manually.
This is not our code. Anyone out there knows what could cause this issue? As far as I can tell, any test (failing or passing) can be affected, hence I assume it happens regardless of the content of report.
Corresponding post in Micro Focus community
More details as requested by Adelin:
Reporter.GenerateReport()
is called once per TestSuite- Is the report folder generated even if the call doesn't finish? - Sorry, I don't know since test system just kills the VM after 1,5h.
- The test is executed remotely on our internal cloud.
- Debug level is Release. We never checked any other level.