Forum Discussion

edm2468's avatar
edm2468
Occasional Contributor
14 years ago

What is "Sys"

A sample VBScript contained this line:



        " Set notepad = Sys.Process("notepad")"





"Sys" is not part of the VBscript language so I think that TC introduced that object as a way to access the OS. Is that correct? If so, where are its methods\properties documented?



TIA,



Barkingdog


1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi,



    Yes, you are correct with your guess - Sys (like Process, Window, and a lot of other ones) is the object by TestComplete to provide you with convenient testing environment. See TestComplete's documentation for more details.



    BTW, TestComplete is provided with the superior documentation that definitely is worth carefull reading.