Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago
Solved

ReadyAPI - Which files store the test tags ?

I want to know which ReadyAPI files get updated when we create new tags or update the tags for a test case.   I need to know this so that I can check in *only* the updated files into source control...
  • JKolosova's avatar
    4 years ago

    Hi rajs2020,

    If you create/remove/modify tags for a test case, the changes will be reflected in the following files of your composite project:
    1. the project-level settings.xml file
    2. the XML file of the modified test case (<FunctionalTestSuiteName> folder <TestCaseName>.xml)

    Hope this information helps.