ContributionsMost RecentMost LikesSolutionsRe: Integrate Testcomplete (Python) Core Framework with Nexus / JFrog Artifactory Repository Hi AlexKaras Thank you so much for your detailed Explanation. Since this is not possible to keep Testcomplete in-built methods outside of Testcomplete editor. We have an alternative approach to achieve this, kindly suggest wether this is possible or if you have any other solution to centralise the common-code / Framework code outside of Testcomplete Project/ Editor but as a different project inside the single Project Suite. Alternative Approach: Trying to create single Project Suite with 2 different Project (TestCase_Projec & Framework_Project). Inside TestCase_Project only the Testcase related codes & in the second Project Framework_Project all the framework related code (But it will be inside the Single Project Suite). Is it possible to call the python methods (which contains Testcomplete in-built methods) from one project to another project without adding them as an Existing One (Add -> Existing Item of Framework_Project ) in the TestCase_Project Much appreciated for your help in advanced. Thanks. Re: Integrate Testcomplete (Python) Core Framework with Nexus / JFrog Artifactory Repository Hi AlexKaras Many Thanks for your instant response. Many of our Testcomplete projects shares the common-code / Framework, so we are trying to keep the code outside the Testcomplete Editor. We don’t want to Add the Common Code inside the Testcomplete Editor (“Add -> Existing Item”) and should be able to access the common code similar to python packages or Java Libraries. Background: Since multiple project shares the common-code / Framework, people are making changes to Framework code & its changing over-time for different Project. We want to avoid people making changes to Framework code / Common-code in-order to maintain the Single Framework code. Thus planning to keep the Framework code outside TestComplete Editor and trying to execute the Framework code without even “Add -> Existing Item”. Note: We are trying to achieve similar approach as Python Packages (Eg: OpenPyxl), we can keep the package inside Testcomplete Project -> Externals & can use it in Testcomplete even without “Add -> Existing Item”, by simply setting the Path of the package using “sys path insert”. Similarly When we tried to Kept Framework code / Common-code outside the Testcomplete Project / Editor, we are able to access the code. But its failing while trying to execute Testcomplete related methods/code such “aqObject, Delay, Log”, since this is not Python Related code. Code Snippet: Error: Much Appreciated for your help in advance. Thanks, Deepika. Re: Integrate Testcomplete (Python) Core Framework with Nexus / JFrog Artifactory Repository Hi AlexKaras, Thanks for your response. We are trying to achieve ‘Centralising the Framework (Common / Re-usable code)’ in some Repository (Git / Shared Path / Nexus as a Python Package) in-order to be used as a dependency for Multiple projects. Note: This is similar to Maven Dependency for Java Project, we are looking forward to move the Framework layer outside Testcomplete Project. By setting the Path of Common code as a Sys Path, trying to execute Script inside Testcomplete / TestExecute. Can you suggest how can we achieve this, we tried the below approach Steps we tried: - Placed the Framework (Common Code) outside the Testcomplete Project (Testcomplete Editor) - Inside Testcomplete imported the Framework (Common code) in-order to Execute one of the TestCase (Eg: Click on the Tab in the application) Please find the Approach.png file for more info Challenges: - Able to access Common Code, but some of the Testcomplete related in-built methods like ‘aqObject , Delay, Log etc.,’ are not accessible (Since Framework / Common code is kept outside Testcomplete) - Receiving an Error "NameError : name 'aqObject' is not defined" Kindly let me know is there any better way to achieve ‘Centralising the Framework’ Much Appreciated for your help in advance. Thanks. Integrate Testcomplete (Python) Core Framework with Nexus / JFrog Artifactory Repository Hi All, We are trying to centralising the Testcomplete Framework (Python Code with in-built methods of Testcomplete) outside the Testcomplete Editor in-order to implement "Central Repository" similar to Maven Dependency for Java. Kindly let me know if anyone has implemented Centralising the Framework and use it as a Dependency in the Testcomplete Project. Please assist me on how to centralising the Framework Code & access testcomplete in-built methods. Much appreciated for your help in advanced. Solved