Forum Discussion

Nsenthil's avatar
Nsenthil
Regular Visitor
6 years ago

How do I create test for different version of same product? is there any default support with TC?

How do I create test for different version of same product? is there any default support with TC? 
  • tristaanogre's avatar
    6 years ago

    There's not necessarily anything "built in" for that.   That's a matter of making your automation code (and I include Keyword tests with that because they ARE a kind of code) flexible enough to be able to handle multiple versions.  This may also include strategizing about your NameMapping file to account for version differences.

     

    Why isn't there anything built in?  Because depending upon the application and how it is developed, different versions may have different sets of "differences" to be accounted for.  You'll need to do some investigation to find out what's different, where the differences are, how EXACTLY are they different, and what changes need to be made in the automation to account for those.