Forum Discussion

BigBear's avatar
BigBear
Occasional Contributor
7 years ago
Solved

TestComplete working with TFS as a source control system, checked-in test scripts are not visible

We currently encountered a problem with TestComplete working with TFS as a source control system. When a user checked-in a new keyword test to TFS, the test is not visible to other users in TestCompl...
  • tristaanogre's avatar
    tristaanogre
    7 years ago

    Ok, actually, it seems you may have a couple of problems.  The two errors you recently posted appear to be a latency problem with TFS itself that it's taking too long to communicate with the server to process the check in.

     

    Prior to that, though...

     

    when you add a test case, there are actually two files that need to be checked in: the test case itself and the KeywordTests.tcKDT file.  That second file is what the project uses to "know" what test cases belong to it.  If you check in only the test case itself and not that second file, then you'll get the behavior your reported... that the test case is in the source control, but when other users open the project, they don't see it as part of the project.