Difference between revisions of "AutomatedFramework"
From Agility
| Line 45: | Line 45: | ||
|Paste | |Paste | ||
|formmenu_paste | |formmenu_paste | ||
| + | |- | ||
| + | |Actions | ||
| + | |formmenu_actions | ||
| + | |} | ||
| + | |||
| + | |||
| + | '''Form detail controls element naming''' | ||
| + | {|style="border-style: solid; border-width: 1px" | ||
| + | |'''form controls (textbox, combobox, groupbox, idbox ...''' | ||
| + | | '''AF test identifier''' | ||
| + | |- | ||
| + | |Button | ||
| + | |btn_label | ||
| + | |- | ||
| + | |Checkbox | ||
| + | |chk_label | ||
| + | |- | ||
| + | |Combobox | ||
| + | |cmb_label | ||
| + | |- | ||
| + | |Textbox | ||
| + | |txt_label | ||
| + | |- | ||
| + | |Radio button | ||
| + | |rd_label | ||
| + | |- | ||
| + | |Tab | ||
| + | |tab_label | ||
| + | |- | ||
| + | | | ||
| + | | | ||
|} | |} | ||
Revision as of 14:59, 18 January 2018
Main menu elements naming
| sample object in Agility menu | AF test identifier |
| 'Equipment' menu | mmenu_equipment |
| Inventory->Inv. movements ->Returns->Return from employee | mmenu_Inventory_Returns_employee |
| Inventory ->Inv. movements -> Issue ->Issue to employee | mmenu_Inventory_Issue_employee |
| Inventory ->Inv. movements -> Issue ->Issue to cost code | mmenu_Inventory_Issue_toCost |
Form details element naming
| form upper menu (Ok, Cancel, Copy, Paste ...) | AF test identifier |
| Close | formmenu_close |
| Refresh | formmenu_refresh |
| Add New | formmenu_addnew |
| Ok | formmenu_ok |
| Cancel | formmenu_cancel |
| Copy | formmenu_copy |
| Paste | formmenu_paste |
| Actions | formmenu_actions |
Form detail controls element naming
| form controls (textbox, combobox, groupbox, idbox ... | AF test identifier |
| Button | btn_label |
| Checkbox | chk_label |
| Combobox | cmb_label |
| Textbox | txt_label |
| Radio button | rd_label |
| Tab | tab_label |