how to check in script into TFS?
- 6 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.
-