Forum Discussion

pradeep_mu's avatar
pradeep_mu
Occasional Contributor
15 years ago

How to create an Object and Use that Object.

How to create an Object and Use that Object.



Hi some one please tell me how to create an Object in TestComplete and Use of it.    

3 Replies

  • Matroskin's avatar
    Matroskin
    Occasional Contributor

    Hello


    How to do the same by delphyscript. Where is not supported "type". I did it in "advanced"-"odt"-"classes", but o hope to do is in scripts, coz it more comfortable to work with text by ctrl+c/ctrl+v
     


    Thx

  • Hi,



    ODT doesn't depend on the scripting language you use, and you can work with it in the same way from any language. As for DelphiScript, it doesn't have object-oriented capabilities, and if you use it, there's no way to implement a class hierarchy without ODT.