Exforsys
+ Reply to Thread
Results 1 to 4 of 4

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 ...

  1. #1
    lalithambigi is offline Junior Member Array
    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.


  2. #2
    ramana028 is offline Junior Member Array
    Join Date
    Mar 2009
    Answers
    2

    Qtp

    Quote Originally Posted by lalithambigi View Post
    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.
    ok

    Definately ... will exp wt is CreatObj and how to use with example

    with in wk days... right now busy at my work...


  3. #3
    bharathp is offline Member Array
    Join Date
    May 2006
    Location
    Banglore,India
    Answers
    83
    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.

  4. #4
    tester70 is offline Member Array
    Join Date
    Jun 2010
    Answers
    42

    Modify object

    Hi,

    How to modify the object created in qtp.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...