Hi
Is it possible to create objects dynamically?
eg. In Excel I have stored 'Link' in a cell. Then I shoule be able to read this cell, store it in a variable say var1 & use it as follows
Browser(...).Page(...).var1(...).Click
Hi
Is it possible to create objects dynamically?
eg. In Excel I have stored 'Link' in a cell. Then I shoule be able to read this cell, store it in a variable say var1 & use it as follows
Browser(...).Page(...).var1(...).Click
Boss...the concept of Dynamic object creation is something else..
this is adding one object into OR dynamically...
or setting some properties on runtime...
(correct me if i am wrong)
but the example u have given can be done through a database handling through QTP
datatable.addsheet()
datatable.importsheet()