09-15-2010, 11:36 AM
(This post was last modified: 09-15-2010, 11:38 AM by SaranKumarV.)
Hi ,
Could some one please give me the list of objects we can use from qtp
ex :
And the difference between CreateObject("<xyz>.Application") and CreateObject("Scripting.<xyz>")
Thanks
Could some one please give me the list of objects we can use from qtp
ex :
Code:
Set QApp = CreateObject("QuickTest.Application") -> For Launching the QTP application.
Set fso = CreateObject("Scripting.FileSystemObject") -> For creating FSO object to work on Windows folders and files.
And the difference between CreateObject("<xyz>.Application") and CreateObject("Scripting.<xyz>")
Thanks