How do u know weather the object is coustom object or Standard object?
Senthil Kumar P
Sep 14th, 2006
Suppose you have one command button (push button) in your application.
When you pressed then the script recorded as
Button_press(?insert);
From above the script, you know win runner can identify the particular object is button. Therefore, the statements recorded like that. This object known as standard object
In some cases, command button (push button) in your application has image on that
What is class mapping in winrunner ?