Hi
I am evaluating Test Studio trial version for functional testing of one of my application using Telerik's rad controls. Application also supports keyboard events like Tab, Arrow Keys and Enter events. But when I use Test studio for recording of application and uses keyboard events then test studio records some events which have not been actually fired from the keyboard e.g.
While recording user performs following actions after login:-
Test Studio Records the same in the following manner:-
Thus, when user playback the same script
Test studio presses tab on Menu5 and bypasses the same menu and moved to Menu6, while it should press "Right key" on Menu5 instead of "Tab Key".
So, test studio should record the script with following action, as I also have to change all the scripts manually for such action.
Please let me know if I am doing anything wrong or this is an issue with test studio.
Thanks & Regards,
Arvind Dhiman
I am evaluating Test Studio trial version for functional testing of one of my application using Telerik's rad controls. Application also supports keyboard events like Tab, Arrow Keys and Enter events. But when I use Test studio for recording of application and uses keyboard events then test studio records some events which have not been actually fired from the keyboard e.g.
While recording user performs following actions after login:-
- Alt + 1 is pressed for focus over Left Menu
- Tab is pressed, focus is moved to Menu1
- Tab is pressed, focus is moved to Menu2
- Tab is pressed, focus is moved to Menu3
- Tab is pressed, focus is moved to Menu4
- Tab is pressed, focus is moved to Menu5
- Right Key is pressed on Menu5, Focus is moved to Child-Menu5.1 of Menu5
- Tab is pressed, focus is moved to Child-Menu5.2
- Right key is pressed on Child-Menu5.2, focus is moved to Child-Child-Menu5.1.1
- Tab is pressed, focus is moved to Child-Child-Menu5.1.2
- Enter is pressed on Child-Child-Menu5.1.2 and page is displayed
Test Studio Records the same in the following manner:-
- Key Press - 1 times on "Accesskey1Text" and focus is set to Left Menu
- Tab - 1 times on Menu1
- Tab - 1 times on Menu2
- Tab - 1 times on Menu3
- Tab - 1 times on Menu4
- Tab - 1 times on Menu5
- Right - 1 times on Child-Menu5.1
Thus, when user playback the same script
Test studio presses tab on Menu5 and bypasses the same menu and moved to Menu6, while it should press "Right key" on Menu5 instead of "Tab Key".
So, test studio should record the script with following action, as I also have to change all the scripts manually for such action.
- Key Press - 1 times on "Accesskey1Text" and focus is set to Left Menu
- Tab - 1 times on Menu1
- Tab - 1 times on Menu2
- Tab - 1 times on Menu3
- Tab - 1 times on Menu4
- Right - 1 times on Menu5
- Tab - 1 times on Child-Menu5.1
Please let me know if I am doing anything wrong or this is an issue with test studio.
Thanks & Regards,
Arvind Dhiman