Forum Discussion

DKumar04's avatar
DKumar04
Contributor
6 years ago
Solved

Maintain Multiple Name Mapping inside my project

Is there any way to keep separate name mapping file for each tested application used in my projectsuite?

I don't want to keep same name mapping file for all tested apps

  • cunderw's avatar
    cunderw
    6 years ago

    If you setup proper branching in git, and use Test Completes name mapping merge feature instead of git's merge feature this would solve your issues. 

7 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Each project within a suite can have it's own NameMapping file.  However, any applications that you need to interact with within that project are mapped within that singular file.  So, no, you cannot have multiple name mappings files per project.

    • DKumar04's avatar
      DKumar04
      Contributor

      Hmmm that sounds bad . Anyway thanks for your reply 

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Actually, no... it's not bad.  Each application you work with in the NameMapping file has it's own node tree.

         

        Aliases.App1

        Aliases.App2

        Aliases.App3

         

        So, internally in the NameMapping file, they are distinct.  There really is no technological need for having multiple files.

        Can you describe why you need it?  Perhaps there's another solution that can be applied.