Its_Me
(Its Me)
1
Which Ruby UI toolkits have an interface for simulating user actions for
test purposes?
I would like to write the functional equivalent of:
window.widget['OK'].user_action( "Press" )
assert(the_expected_result_of_pressing_OK)
I know I can test things one level inside from the UI, but I need to include
the UI actions in my tests.
Thanks!
Hello Its,
Sunday, April 25, 2004, 6:54:05 PM, you wrote:
Which Ruby UI toolkits have an interface for simulating user actions for
test purposes?
I would like to write the functional equivalent of:
window.widget['OK'].user_action( "Press" )
assert(the_expected_result_of_pressing_OK)
I know I can test things one level inside from the UI, but I need to include
the UI actions in my tests.
The easiest could be TK but it is far away from the comfort you get on
Windows MFC apps when used together with Rationals Test Tools.
···
–
Best regards,
Lothar mailto:mailinglists@scriptolutions.com