07-31-2009, 04:30 PM
create an object of your class. say - Set oClass = New TestReportFile
Now you can initialise this with
oClass.Init()
In QTP you will need to cal the init function. it will not get aumatically at the time of creting object.
Now you can initialise this with
oClass.Init()
In QTP you will need to cal the init function. it will not get aumatically at the time of creting object.