silktest

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. ...

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: Form.Control3 ... We've made a "minor" change to the main form of the application, and now the control that used to have index 3 has index 4. The ea...

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 ideas? ...

SilkTest: how to define expression for dynamic drop down list

How do I define an expression (or any other alternative method) when I want to select a value from a dynamic drop down list? ex: drop down list has these values: Plan A (X) Plan B (Y) Plan C (Z) where, X, Y and Z are all random numbers. Is there a way where I can define my selection to select the text up to "Plan #" and ignore the "(X)...