Test cases for Keyboard– In this article we will discuss about keyboard test cases. As some topics related to computer accessories such as mouse, keyboard are frequently asked in interviews. We have already covered test cases for mouse in our post.
In this post we will cover UI test cases, functional test cases and negative test cases for keyboard. It will help to write effective test cases and also get an idea about how to write test cases on a keyboard.
UI Test cases for Keyboard :
Sr.No
Testcase_ID
Test Cases
1
Testcase_01
Verify that the brand name of the keyboard.
2
Testcase_02
Verify that the brand logo of the keyboard.
3
Testcase_03
Verify the color of the keyboard.
4
Testcase_04
Verify that the dimensions of the keyboard.
5
Testcase_05
Verify that the materials of the keyboard.
6
Testcase_06
Verify that the wireless or wired keyboard.
7
Testcase_07
Verify that battery type of the keyboard.
8
Testcase_08
Verify that weight of the keyboard
9
Testcase_09
Verify that power source of the keyboard.
10
Testcase_10
Verify that all alpha characters should be displayed properly.
11
Testcase_11
Verify that all numeric characters should be displayed properly.
12
Testcase_12
Verify that spacing between two keys
13
Testcase_13
Verify that spacebar length in keyboard
Functional Test cases for Keyboard :
Sr.No
Testcase_ID
Test Cases
1
Testcase_01
Verify that user is able to press keys on keyboard and should be worked as expected
2
Testcase_02
Verify that keyboard should be in QWERTY format
3
Testcase_03
Verify that alphabet keys should be working properly.
4
Testcase_04
Verify that numeric keys should be working properly.
5
Testcase_05
Verify that special keys should be working properly.
6
Testcase_06
Verify that function keys should be working properly.
7
Testcase_07
Verify that spacebar keys should be working properly.
8
Testcase_08
Verify that “Enter” keys should be working properly.
9
Testcase_09
Verify that arrow keys should be working properly.
10
Testcase_10
Verify that both control keys should be working properly
11
Testcase_11
Verify that both shift keys should be working properly
12
Testcase_12
Verify that both alter keys should be working properly
13
Testcase_13
Verify that arithmetic keys like +, -, *, / should be worked as expected
14
Testcase_14
Verify that “Caps Lock” key functionality should be working properly
15
Testcase_15
Verify that “Tab” key functionality should be working properly
16
Testcase_16
Verify that “Delete” key functionality should be working properly
17
Testcase_17
Verify that “PrtSc SysRq” key functionality should be working properly.
18
Testcase_18
Verify that “Insert” key functionality should be working properly.
19
Testcase_19
Verify that brightness key functionality should be working as expected
20
Testcase_20
Verify that Volume Up key functionality should be working as expected
21
Testcase_21
Verify that Volume Down key functionality should be working as expected
22
Testcase_22
Verify that Mute key functionality should be working as expected
23
Testcase_23
Verify that Backspace key functionality should be working as expected
24
Testcase_24
Verify that “Windows” key functionality should be working as expected
25
Testcase_25
Verify that “Fn” key functionality should be working as expected
26
Testcase_26
Verify that “Num Lock” key functionality should be working as expected
27
Testcase_27
Verify if user press Alt+Ctrl+Delete combination key and check that working as expected or not
Negative Test cases for Keyboard :
Sr.No
Testcase_ID
Test Cases
1
Testcase_01
Verify that keyboard is damaged or not
2
Testcase_02
Verify that keyboard is working properly or not when its connected with different devices
3
Testcase_03
Check with continuous typing with keyboard and check that functionality
4
Testcase_04
Check that keyboard is waterproof or not
5
Testcase_05
Check that keyboard is dust proof or not
Conclusion :
So as above, we have covered maximum test cases for keyboard. If you want to explore more test cases examples then please visit the links below.