Forum Discussion

torus's avatar
torus
Frequent Contributor
2 years ago
Solved

Find all Disabled Keyword Test Operations Easily

Hi, Is there a way to get a list of off the Disabled keyword test operations within a TestComplete project? Why? When I am debugging, I will often comment out sections of keyword operations (or just...
  • rraghvani's avatar
    2 years ago

    I'm not able to find any options within TC to see a list of disabled Keyword Tests. However, it is possible to search for '<CommonData Disabled="True" />' within the .tcKD file, to see which operations are disabled.

    It's not an ideal method, but it's a quick workaround.