Where do you store object in Rational robot?

Could anyone please tell me where the objects get stored in Rational Robot?And how to view that file . How to check the name and description of the object .Like in QTP there is Object Repository which u can view by going to tools--> Object Repository .In winrunner there is GUI map.So what do you use in rational robot.

Showing Answers 1 - 4 of 4 Answers

info2harish

  • Aug 24th, 2006
 

Hi,

If u say u have a Custom object .Then u have to

1) go for Inspector which is there in main Menu bar Tools>Inspector.

2)point the custom object from hand with in Inspector.U will get the class name.

3)then just add that class name against any of the std gui object.So that when ever the robot references that object in future it will not face any problem.

If u have further doubts go for help and search for Object mapping.

The object Mapping which u have done is stored in ur test data store.

My Id is info2harish@gmail.com U can meet me if u have further doubts.

Regards

Harish

  Was this answer useful?  Yes

Lucky

  • Jul 25th, 2007
 

There is no seperate object repository in rational robot. Object recognition is string based.

Eg:
Window Setcontext,"Caption=Calculator",""
In above command
Window: is the method or command which will take care about all the window related activities
Setcontext : Action u want to perform (Wmaximize,winClose ... etc are the parameters)

Here comes the answer to your question

"Caption=Calculator" is Object recognition string. Based on this string, object will be recognized. In other tools object repo used to perform the activity


Regards,
Laxman Eluri

  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