How to view same folder structure present in Project explorer
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to view same folder structure present in Project explorer
Hi,
In the project in TestComplete, I have organized the "Script" and "Stores" into multiple layers of folders and files. I can see the correct hierarchy in the TestComplete PRoject Explorer, but I do not see the same hierarchy in my laptop's (Windows Dell) explorer. All scripts are in the same location (Under the path like: C:\Users\test\Documents\TestComplete 14 Projects\automation\Automation_Project1\TestProject1\Script). Is there some setting to make this possible?
If I check in this code to a repository in GIT, will they see the same folder structure in their Local TestComplete when they import the same project?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Folders structure that you created in TestComplete is stored in the project file and is not reflected on the file system.
And yes, folders structure will be the same for all who open the project from the repository.
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alex,
Thakns for the answer.
