Forum Discussion

progz's avatar
progz
Occasional Contributor
8 years ago
Solved

KeywordTests are disappearing but are within the same folder as others

Hello everyone,   Can someone help me out here? I just recently opened up my project from awhile back, and I'm not sure if it is a bug, but some of my keywordtests do not show in my list. Then when...
  • tristaanogre's avatar
    8 years ago

    Are you using a source control?  If so, the possibility is that the KeywordTests.tcKDT file is out of date or missing the references.  This is the file that links the individual keyword test files to the project itself.  

     

    You can correct your problem by right clicking on the Keywords node in your project, select Add -> Existing Item and find and add you keyword tests back to your project.

     

    Once you do so, make sure that you save the project and then make sure that the KeywordTests.tcKDT file is included in any project backups or source control check-ins that you do.