You are on page 1of 1

We can identify the objects for menu details using Virtual Object Wizard.

This is very simple, as below mentioned manner: Run Virtual Object Wizard. Record the object. But some times the above process is fails, because QTP Keyword cannot find all the objects due to the object properties change when script is running. ( recorded object properties fail to map the object run time properties). We can identify the object using Descripting programming as below mentioned manner: Set TestObject Description.Create TestObject("name").value "SomeValue" we can call it this way into our scripts: Browser("Browser").Page("Page").WebList(TestObject).Select "Whatever"

You might also like