Forum Discussion
rraghvani
Champion Level 3
2 years agoThe GUID references are internal use to TestComplete only. They can't be generated manually, well, unless you do a search and replace outside of TC, e.g. using Notepad++.
If you create a separate project within your project suite and call it Common. Define your name mapping, events etc for your form. You should then be able to call this from other projects; you will have to implement a callback routine so that it triggers when an event is raised.