Lee_M
4 years agoCommunity Hero
Custom event
Can I assign a custom event ?
I have an input process that spans a couple of screens, I have written a test case for every step (so that we run any steps needed)
Now the developer has added a confirmation box at every step
I can add a test for this at the end of every script but is there another way ?
ie.
script: if script = "Steps_*" then run "check_confirmation"
I realize that I can just add a function call at the end 10 scripts, but say it was 1000 + different step scattered over my Project or ProjectSuit