Forum Discussion

nish_b's avatar
nish_b
Contributor
5 years ago
Solved

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?

  • 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.

     

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    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.

     

    • nish_b's avatar
      nish_b
      Contributor

      Hi Alex,

       

      Thakns for the answer.