Difference between revisions of "AutomatedFramework"
From Agility
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Main menu elements naming''' | '''Main menu elements naming''' | ||
| − | {| | + | {|style="border-style: solid; border-width: 1px" |
| − | |sample object in Agility menu | + | |'''sample object in Agility menu''' |
| − | | AF test identifier | + | | '''AF test identifier''' |
|- | |- | ||
|'Equipment' menu | |'Equipment' menu | ||
| − | | mmenu_equipment | + | | mmenu_equipment |
|- | |- | ||
| − | |Inventory ->Inv. movements -> Returns ->Return from employee | + | |Inventory->Inv. movements -> Returns-> Return from employee |
| − | | | + | | mmenu_inv_mov_returns_employee |
|- | |- | ||
|Inventory ->Inv. movements -> Issue ->Issue to employee | |Inventory ->Inv. movements -> Issue ->Issue to employee | ||
| − | | | + | | mmenu_inv_mov_issue_employee |
| + | |- | ||
| + | |Inventory ->Inv. movements -> Issue ->Issue to cost code | ||
| + | | mmenu_inv_mov_issue_toCost | ||
| + | |- | ||
| + | |Inventory ->Inv. movements -> Issue ->Issue to work order | ||
| + | | mmenu_inv_mov_issue_toWO | ||
| + | |} | ||
| + | |||
| + | |||
| + | '''Form details element naming''' | ||
| + | |||
| + | {|style="border-style: solid; border-width: 1px" | ||
| + | |'''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''' | ||
| + | {|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 | ||
| + | |- | ||
| + | | | ||
| + | | | ||
|} | |} | ||
Latest revision as of 15:11, 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_inv_mov_returns_employee |
| Inventory ->Inv. movements -> Issue ->Issue to employee | mmenu_inv_mov_issue_employee |
| Inventory ->Inv. movements -> Issue ->Issue to cost code | mmenu_inv_mov_issue_toCost |
| Inventory ->Inv. movements -> Issue ->Issue to work order | mmenu_inv_mov_issue_toWO |
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 |