What is class mapping in winrunner ?

Showing Answers 1 - 3 of 3 Answers

phani

  • Feb 10th, 2006
 

class maping is nothing but, maping custom objects with standard objects

  Was this answer useful?  Yes

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

 

 

 

Win runner can not able to identify the object as push button

 

When you pressed then the script recorded as

 

Obj_mouse click (?insert?, 12, 90);

 

 

From above the script, you know win runner cannot identify the particular object is button. Therefore, the statements recorded like that. This object known as custom object

If you want win runner should learn it as button, you have to map this custom object to standard object with help of virtual object wizard

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions