Topic 07 - Textbox/ TextArea

Опубликовано: 31 Июль 2026
на канале: Simon Vu
2
0

Test case 01: Register a new account. Special feature: Email being used is generated with a random number to avoid duplication. Time taken: 3.685 seconds.
Test case 02: Log in to system. Special feature: UserID and password is retrieved from Test case 01. Time taken: 2.55 seconds.
Test case 03: Create a new customer. Special feature: Check if data filled out is stored in the backend and displayed on UI correctly by the system. Time taken: 3.911 seconds.
Test case 04: Update an existing customer. Special feature: Check if some customer info are disabled and uneditable. Time taken: 6.197 seconds.
Total time taken: 16.343 seconds

If done manually (by human), the 4 test cases above would take around 15 to 30 minutes, meaning that this instance of automation testing saves 98% to 99% of execution time, not to mention that by running this same test manually, it would be highly error-prone due to human mistake when their energy and focus decrease.