Forum Discussion

adoublin's avatar
adoublin
New Contributor
9 years ago

Issues with NameMapping after updating the TestedApps

Good evening everyone,   I am having an issue with my NameMapping. Originally everything was fine until I created a new build of the project I was working on. After this, the naming of some of my o...
  • NisHera's avatar
    9 years ago

    As I understand you haven’t built a test framework so it would be wise to start from scratch. Just record and play is a good start. (me too started the same way ) But to build a solid test frame take time and there is a learning curve. Name mapping is a critical part of your frame. Try mapping with future proof properties. Always do manual mapping.

     

    You do not have to map everything, try to map major stable parent objects only. Then you can call child by the parent mapping.  

    Better to have name mapping as it is, but keep Aliases short and clear so that your scripts are not messy.

    Before start full swing of test automation better do small parts(project) to test-the-waters.

    Read documents as much as possible, there are lot of  information.

    good luck..!