Forum Discussion

ThomasK's avatar
ThomasK
New Contributor
4 years ago
Solved

Self-healing on item or version number

Hi,   I am using TestComplete to automate tests in a home-made desktop application. But I have a problem that occurs in every Keywordtest I run.   Some objects on my application seems to change o...
  • Marsha_R's avatar
    Marsha_R
    4 years ago

    1) Use the wildcards in your name mapping.  That will let all the similar objects be found in one place in the mapping.

    2) If the app changes, the test has to change.  In this case we can probably help you fix it easily.  In other cases it might not be so easy.  You might want to look over your tests and see if you can parameterize them or break them into smaller modules to keep those large numbers of tests and steps from biting you in the future.