07-25-2018 02:34 AM
Hello,
I create à custum steptype to stop the execution of my sequnece but th steptype generate an run time error .
Have you some explication?
Solved! Go to Solution.
07-25-2018 09:20 AM
Not sure why you are seeing that error. I reproduced your step type and it seems to work fine.
07-25-2018 09:23 AM
One more thing: Instead of using the ActiveX post step substep maybe try doing a default Post-Expression: RunState.Execution.Terminate()
07-25-2018 09:33 AM
I have already done that but it not working i have the some error
07-25-2018 09:50 AM
Hello jigg
i used your step type it work.
i compared betwen step type is the some configurations but i don't know why mine it not work
thanks
07-25-2018 02:33 PM
Does yours work if you make a new instance of it? It almost seems like it is hanging on to some older instance.
07-26-2018 03:45 AM
yes its works
07-26-2018 08:52 AM
Hello Jigg
i want to change the terminate steptype by à break point in my user interface with API teststand .
have you an idea?
07-26-2018 09:37 AM - edited 07-26-2018 09:37 AM
See Attached for both.
07-26-2018 10:07 AM
Thanks its work, but when I Re-play the sequence, it generates an error