Tagged Questions
2
votes
3answers
478 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
40 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
150 views
How to access controls by Name with SilkTest?
We have an automated test suite, using Borland Silk Test 2008 R2 to carry out regression tests of a new in-house product.
The test script consistently refers to controls by their index:
...