May I know how to create a class in SilkTest?I am using Open Agent. I created a class:
winclass hello
void check()
print("hi")
I included it in the include file.But whenever i create an object for it in Test Script,I get an error saying
"hello is not a type"
Thanks