hi thanks the method works fine. is there any alternative method do this?like scripting
dictionary
the tested app contains lots of objects . i have used findall method to find all objects in tested app.the findall method returns array of objects,
Set RefVariable=process.findall(propNames,propValues,10)
it returns like
RefVariable(0)=object1
RefVariable(1)=object2
how it can be initialized and how to give reference to other functions. is everything need to be initialized separately before executing the fucntion by assigning global scope?(Plz see the attached screenshot) and i havent used namemapping feature