Ravik
11 years agoSuper Contributor
Can we Implement Classes in TestComplete
Hi All,
I want to Know, Is there any way to Implement Classes in TestComplete by using VBScript.
Is it possible ?
(as we have in Java and C++ Programming lanuage) is there any reference available for same.
Please Suggest any help.
Thanks
Ravik
I want to Know, Is there any way to Implement Classes in TestComplete by using VBScript.
Is it possible ?
(as we have in Java and C++ Programming lanuage) is there any reference available for same.
Please Suggest any help.
Thanks
Ravik
- Hi Ravi, yes you can, this article shows how in the VBScript section.
Take special note of the rules around instantiation of classes from script units other than that in which it is defined.
Also note that these are standard VBScript classes and are not special to Test Complete so any resource on writing VBScript Classes available on the the net or otherwise can be utilised to help you.
Regards
Phil Baird