automTest wrote:
You're absolutely right. TestComplete indeed does map the objects automatically. The current platform that I'm testing contains a "looooot" of objects that are eventually needed for testing purposes, hence going through the process of choosing to map all of its children automatically or manually.
I'm trying to get rid of the repetitiveness of accepting the configuration for each object. And, I'm looking for a tool that will be able to accomplish such.
Thanks!
While that "repetitiveness" may be inconvenient and/or annoying, it is necessary. In many modern developed applications, both web and desktop, there are dynamic factors in identifying objects. So, sometimes, using the "defaults" in the mapping are not always the best ones to use.
Easy example: When using the Notepad application in Windows, the main window has a caption that contains the name of the text file you are editing. This MAY not always be the name of the file each time you open an instance of notepad. So, if you want to identify a SPECIFIC instance, you need to make sure you have that proper filename in the caption if you're using the caption as an idemtifying factor. HOWEVER, if you want to use ANY Notepad instance in your tests, you need to either EXCLUDE the caption from your identifying attributes or somehow modify those properties to wildcard the caption appropriately.
So... most of the time, when you're using automatic mapping, regardless of the tool, you're going to want to review how the tool mapped the object to make sure that such dynamic factors are accounted for.