Forum Discussion
3 Replies
- YMinaev
Staff
Hi,
You can use either ODT (see the Object-Driven Testing help topic), or functionality of your scripting language: JScript, VBScript. - MatroskinOccasional 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
- YMinaev
Staff
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.