windows applications - Setting ControlID to be used for AutoIT -


i trying automated functional testing windows app , got hands on autoit. looks (if not all) standard windows applications have control id set. unfortunately, control id field blank when mouse hover using finder tool. looks application (written in c) hasnt set id each element?

i've used xcode's ui automation ipad apps , use "setaccessibilityidenitifier" uniquely identify each field. trying find out equivalent windows application.

that begs question, autoit correct tool? testing calculation based. can assume 2 input fields , 1 output. if user enters 5, , 2 , hits "add", need check if output 7. need uniquely identify each element.

i noticed when there group of elements, when hover mouse on group, "static" classname , coordinates change when try access each element, , every other control instance, classnamenn remain same. ideas?

thanks in advance!

edit: autoit forum guys, group issue fixed - http://www.autoitscript.com/forum/topic/151055-autoit-basics/

i still need know how set control ids application side c code


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -