
- Forum
- Testing
- Software Testing
- Createobject - QTP
Createobject - QTP
This is a discussion on Createobject - QTP within the Software Testing forums, part of the Testing category; What is createobject in QTP? what is the use of Createobject? when it can be used? can anybody explain in ...
-
03-13-2009, 07:16 AM #1
- Join Date
- Mar 2009
- Answers
- 6
Createobject - QTP
What is createobject in QTP? what is the use of Createobject? when it can be used?
can anybody explain in detail. i searched in google. but i am not able to understand the concept.
-
Qtp
ok
Definately ... will exp wt is CreatObj and how to use with example
with in wk days... right now busy at my work...
-
Create Object
we wil use this in QTP Descriptive programming
sample Code for creating object
Ex:
Dim i
Set objTestxl = Createobject("Excel.Application")
Set objTestxlWB = objTestxl.Workbooks.Open("d:\Program Files\HP\QuickTest Professional\data\Testxl.xls")
Set objTesxlrun = objBilRunWB.Worksheets("Testxl")
Regards,
Bharath
Last edited by admin; 12-24-2009 at 02:01 AM.
-
Modify object
Hi,
How to modify the object created in qtp.
-
Sponsored Ads

Reply With Quote






