Test Cases For Amount Field : In this article, we tried to cover UI test cases, Functional test cases, and Negative test cases for amount field.
UI Test cases – Amount Field
Sr.No
Testcase_ID
Test Cases
1
UI_01
Verify that the amount field layout should be as per the client’s requirements.
2
UI_02
Verify that the amount field design should be as per the client’s requirements.
3
UI_03
Verify that the amount field should be the required field or not.
4
UI_04
Verify if the amount field is required then a red “*” mark should be displayed.
6
UI_06
Verify that the amount field alignment as per specification or not.
7
UI_07
Verify that amount field length.
8
UI_08
Verify that amount field height.
Functional Test cases – Amount Field
Sr.No
Testcase_ID
Test Cases
1
Functional_01
Verify that the amount field should be clickable and editable.
2
Functional_02
Verify that the user should be able to click in the amount field or not.
3
Functional_03
Verify that the user should be able to enter only numeric characters in the amount field.
4
Functional_04
Verify that the user is able to enter alphabetic characters in the amount field or not.
5
Functional_05
Verify that the user is able to enter special characters in the amount field or not.
6
Functional_06
Verify that the user is able to enter alphanumeric characters in the amount field or not.
7
Functional_07
Verify that the user is able to copy data from the amount field or not.
8
Functional_08
Verify that the maximum length of characters.
9
Functional_09
Verify that the minimum length of characters.
10
Functional_10
Verify that boundary values for the amount field.
11
Functional_11
Verify that the user should be able to remove data from the amount field or not.
12
Functional_12
Verify that the user should be able to see entered values or not.
13
Functional_13
Verify that the currency symbol is displayed from the amount field or not.
Negative Test cases for Amount Field
Sr.No
Testcase_ID
Test Cases
1
Negative_01
Verify that the user should not be able to enter only alpha characters in the amount field.
2
Negative_02
Verify that the user should not be able to enter only special characters in the amount field.
3
Negative_03
Verify that the user is able to save a blank amount field or not.
4
Negative_04
Verify that the user should not be able to enter alphanumeric characters in the amount field.
5
Negative_05
Verify that the user should not be able to enter numeric special characters in the amount field.
6
Negative_06
Verify that the user should not be able to enter alpha special characters in the amount field.
Conclusion :
So in this way, we tried to cover maximum test cases for the amount field. If you are looking for more test cases examples then please visit the link below.