Hello,
I am looking for a way to override MessagePopup (or any other) step in Teststand.
Prefferably I want this to happen in pre and post step callback in process model, so when my custom model is used I have desired behaviour.
Can I somehow in pre step callback tell Message Popup not to display native popup? Or can I override this popup by something else?
I have custom test step and this is doable by using custom substeps but then I have to use my custom popup that is alomst identical.
Thanks!