EXAMPLE OF UNIT TESTING�
TESTING DAN IMPLEMENTASI SISTEM
Let us see one sample example for a better understanding of the concept of unit testing: �
For the amount transfer, requirements are as follows:
Now, we will start performing the unit testing on the different components such as From account number(FAN), To account number(TAN), Amount, Transfer, Cancel
Provide the values just like we did in From account number (FAN) components
Provide the values just like we did in FAN and TAN components.
Enter valid FAN value
Enter valid TAN value
Enter the correct value of Amount
Click on the Transfer button→ amount transfer successfully( confirmation message)
Enter the values of FAN, TAN, and amount.
Click on the Cancel button → all data should be cleared.