hi
can someone tell me how to pass the "pageid" from a script to the object repository- so that the object repository will look up that pageid and then pull up all the objects (based on their logical names) on that particular page.
hi
can someone tell me how to pass the "pageid" from a script to the object repository- so that the object repository will look up that pageid and then pull up all the objects (based on their logical names) on that particular page.
Hi,
You can use SetTOProperty method. Basically when QTP runs the script it creates a logical run time description of Object Repositry which can only be changed using SetTOProperty method. But be sure that this change will not effect actual Object Repositry.
BY
CPS