ContributionsMost RecentMost LikesSolutionsRe: Shared user form between projects and event management The 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. Re: How to add external files to a project? VS Code is an integrated development environment application, which TestComplete is not. Plus they are two different products, having different features. Similar, Windows Notepad is not a full blown text editor like Notepad++ or TextPad. Re: How to add external files to a project? Only those files supported by TestComplete can be created. All other arbitrary files need to be added. Re: How to add external files to a project? See https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/project-items/arbitrary-files.html Re: Unintended actions during keyword test run *Restore your default toolbar - as shown here https://support.smartbear.com/testcomplete/docs/testing-with/exploring-apps/object-spy/index.html which goes together withhttps://support.smartbear.com/testcomplete/docs/testing-with/object-identification/index.html It's important that you understand the above, as TestComplete uses the criteria that you define, to identify the UI objects. If the UI objects are not being identified, then you may have to enable MSAA, see https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/desktop/msaa/index.html Re: How to simplify process of embedded module into two applications The object identification criteria that you have defined and which TestComplete uses to search for objects in the application uniquely, needs to be updated to include a wildcard. Whereas, using a wildcard It's vital to understand https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/index.html as this is used to instruct TestComplete on how to locate the object in your tested application. The child object of NameMapping.Sys. need to be correctly defined to include a wildcard (if possible), and MainForm.tableLayoutPanel.toolBarPanel will refer to the parent object that matches the criteria. Re: Execution plan. Enable Disable redesign Context menu for "Enable\Disable" is for enabling and disabling the Test Items within the Execution Plan. Whereas, the context menu for "Mark\Unmark test cases" is to check/uncheck the Test Cases. The behaviour is similar to most tree list views. Re: zxing library for decoding QR codes If you can find an appropriate application that can read QR codes, then I suggest using https://support.smartbear.com/testcomplete/docs/testing-with/advanced/using-external-functions/running-powershell-scripts.html to return the results which can then be used in TestComplete. Re: Can I use the third-party lib in TC Refer to https://support.smartbear.com/testcomplete/docs/scripting/specifics/index.html I'm not sure if the library file is relating to JavaScript or Python. Either way, importing library files is not supported by TestComplete. Re: Unintended actions during keyword test run I suggest you use the Object Spy tool on your UI object to see if they have unique properties. What property and property values are you using to identify the UI object? Sometimes record and playback is not always 100% accuracy, and the name mappings need to be edited to instruct TestComplete to identify the correct UI objects