Hi Udit,
how do i Launch Tescomplete and Open a test using VBScript Code. Is there any Automation Model for TestComplete ? |
Yes, TestComplete provides COM Automation API via the TestComplete.TestCompleteApplication COM object. We have a Visual Basic example of TestComplete automation here
here; the VBScript version should be very similar.
Also, How is it Possible to retrieve Run-time Object properties using TestComplete ? Is there any Method like GetROProperty that can be used. |
You access object properties using the
object.property_name syntax. For example:
Aliases.notepad.wndNotepad.WndCaption