Forum Discussion

nakshatra's avatar
nakshatra
Contributor
5 years ago
Solved

how to check in script into TFS?

Hi all,   What all files needs to check in into TFS? Previously with out knowing Everything(Ketword Test,logs,images,Namemapping files) we checked into TFS. Beacuse of this we got so many pro...
  • tristaanogre's avatar
    5 years ago

    No matter what source control you use, the following list of files are what you should check in.... the same article also, at the end, notes which files should not be added...

     

    • .tcCFGExtender - This file holds tester-specific settings for the project suite (such as the workspace layout).

    • .tcLS - This file contains tester-specific settings for the project suite or project (such as local paths to tested applications, local values of project and project suite variables).

    • .bak - Backup copies of script units.

    • .tlb - This is a type library that contains declarations of events used in the project.

    • .tcLogs - This file contains information on the project suite or project logs.

    • Log files.

     

    Note that in that list it mentions "Project item files that are physically located outside of the project suite folder".  That only applies to the auto-binding.  All the other files listed SHOULD NOT be included.