Tagged Questions
2
votes
3answers
491 views
Are there any free alternatives to Silktest?
Does anyone know if there are any (ideally free) alternatives to SilkTest for automated GUI application testing?
[Edit] This is a Windows-only GUI written in C++/CLI if that makes a difference.
1
vote
1answer
83 views
create a class in silktest
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 ...
1
vote
1answer
61 views
Get the Type of an object's children in silktest
Assume i have an object and it has lots of children.May i know how i can find their types?
I first used getChildren() to get the children and then used typeof() for each child.
Typeof always returns
...
0
votes
1answer
74 views
Silktest void 0 bug?
I'm running some tests with Silk and it keeps throwing this error "void 0". Does anyone have any idea how I can stop this code from executing?
My platform is XP SP3, and FireFox 3.6.
Anyone have any ...