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