The list make devloping script extension to TC of our products alot easier.
I've only started with one portion of the product but notice that i've run across alot of the re-mapping to get the name/caption of the object thats visible on screen , this way i can use use"Find/FindChild", to locate the object and interact with it.
an example:
the TC extension i have created is a new sub-section of the Keyword Operation.
within this section i have items like:
Dialog - Confirm :
Grid - Context Menu
Tab - Select
Tab - tabName - Toolbar
Primary Toolbar
etc.
so when i create a new keyword operation test, i would drag the primar toobar item to the test
and it would allow me to select which button in the toolbar i want to click on
then if i m expeting input etc, i can drag those in and fill in the input
and so forth
once done
i can drag the primary toolbar and select 'save' to save the entry
when this is run it will click on teh button, does data input, etc. and click save at the end. With this way, i can create multiple scenarios without having to code or recall script functions for new items.
I can just drag the operation i have created into the keyword test and select what i want it to do and in what order.