[wtr-general] Re: Watir like test tool for windows-applications

2009-06-19 Thread Richard Wijdenes
Zhimin, thank you for the info! It looks promising Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting,

[wtr-general] Re: Watir like test tool for windows-applications

2009-06-18 Thread Zhimin
I have used AutoIT3 to test a complex PowerBuilder application on Windows, created a simple framework helping me doing that: rFormUnit. I could use Ruby syntax and page objects, such as in test case main_window.click_login in main_window.rb def click_login # defined in constructor,