Name Mapping issue ("Object not found" error)
We are a team of 3 working on desktop application automation. When we try to execute one script from system A in system B "Object not found" error is thrown. Please suggest how to proceed. If we merge name mapping files and make a master copy, will that allow the script to run successfully in individual systems?
- Merging your name mapping could help, yes. Be sure and keep a copy of each individual one in case you want to start over. - Once you are working from the same mapping, if you still get the object not found errors, then the easiest thing to check is to see if it's a timing issue. You may need to put some Wait or Delay messages in to make the test work amongst many machines. - Let us know what happens after the name mapping merge and we can go from there.