how to check in script into TFS?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 problems. Everything messed up.
Recently we started doing again from scratch. All test cases are working fine.
Now we need to chek in the code into TFS.
Give me suggestions/inputs for chek in the code into TFS. What we need do check in?
After taking latest newly added tets cases how to check in?
Thnaks in Advance.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You reference an article in your response. Did you intend to include a link ?
-------------------------------------------------
Standard syntax disclaimers apply
Regards,
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, my bad. 🙂
https://support.smartbear.com/testcomplete/docs/working-with/integration/scc/files.html
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
