ContributionsMost RecentMost LikesSolutionsRe: Template fileThanks! The second article is really helpful.Template fileI have a couple user forms and scripts that must attach to the listeners of the user forms that I need in every project suite I make. Is there some sort of way for me to make a template file that already has the user forms and scripts in place with the listeners attached so I can just start building my new project suite? Thank you!Share stores between projectsI have a project suite with different projects set up by feature, such as Login, Companies, Users, etc. However, I want to be able to run the scripts within these projects in different orders. This by itself is simple enough. I created a project that shares all of the scripts with the other projects and can run them in the right order. However, my scripts contain manual checkpoints. I can't figure out how to add the text files that the manual checkpoints need to the stores of my "runner" project to get the scripts to run right with the checkpoints. Any ideas? Thanks!Re: Pause on error in TestExecuteThat's really cool! I didn't even know User Forms existed. Thanks!Re: Pause on error in TestExecuteIf an error occurs during the test, such as an error message popping up or something like that, I would like a way for my testers to be able to go investigate what occurred and then resume the test. I was thinking that I could put a loop in a listener for an error post that would run until a key combination was pressed, but I couldn't find a method to do this. Thanks!Pause on error in TestExecuteIs there a way to have my script pause on an error using testexecute. In TestComplete, I have a listener for OnLogError that uses the Runner.Pause() method, but this isn't supported by TestExecute. Also, I would like to be able to pause it on an error without debug mode being enabled. Thanks!Focus on TestExecute to display manual checkpoint prompts.I am using TestExecute to run tests I created in TestComplete. I have manual checkpoints as well as messages generated using BuiltIn.ShowMessage("This is my message"). When my test runs, it simply pauses where it was when getting to either the message or manual checkpoint rather than displaying either the message or manual checkpoint prompt. It doesn't display either one unless I click the testexecute bullseye in the upper right hand corner. Below is a screenshot of where a message is supposed to appear. Instead, execution just pauses and the message isn't visible unless the message in the upper right hand corner is clicked. I would like it to just show up to make it easier for my testers. Thanks! -Patrick SchutzRe: Pause on posting error won't workBreakpoints work. I was able to replicate this pausing with a listener for errors and a Runner.Pause() call. Thanks!Re: Get alert to appearThat one works great (BuiltIn.ShowMessage()). Thanks!Pause on posting error won't workI am using a keyword test and have enabled the option to pause on posting error under Engines->General. I have also made sure to enable debugging. Still, the test keeps running despite an error occuring. How can I get it to pause?