I've downloaded the latest ALM release demo (11.52) and was testing the recent alleged support for .NET custom test types. The documentation is not 100% clear, but I managed to figure out most of the things. One thing is still bothering me:
in history view, the ShowTest from the HP.ALM.QC.UI.Modules.Shared.Api.IScriptViewer Implementation is never called. In the old "COM" alternative, there was a ShowTestEx method that was called on history view / test script passing the correct instance of the test (with the correct version and Extended Storage instance). In regular script display (current version) everything works as suppose to be, but in history view, the class constructor, the InitViewer and the ReadOnly setter are called, but the ShowTest is NOT called.
Is there a known workaround or solution for this issue?