Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In this video, we will demonstrate how to add edge cases to your manual tests.
Special Characters
Characters that are not typical alphanumeric characters [0-9, a-z and A-Z].
Can be the ones found on the keyboard or ones found outside like the "registered symbol".
Registered symbol: ®
Sample Test
Name: Invitee - Edit
Setup: Delete all existing users. Add invitee 'Jay McGavren'.
Steps:
# | Step | Expected Result |
1 | Click Edit under the first person. | Person's name is in a text box. |
2 | Delete the person's name and type 'Test Person'. | 'Test Person' is now in the text box. |
3 | Click Save Button. | 'Test Person' is now the invitee's name. |
4 | Click Edit under 'Test Person'. | Text box appears with 'Test Person' |
5 | Enter more than 100 characters and click save. | Textbox is red and error appears: 'too many characters, please enter a name less than 100 characters'. |
6 | Enter 100 characters with no spaces and save. | Name is saved and the text box stays inside the boundaries of the application. |
7 | Click Edit under the saved long name'. | Text box appears with long name. |
8 | Enter '!@#$%^&*()_+{}:">? | All special characters are saved as the name. |
9 | Click Edit and delete all characters from text box, then save. | Textbox is red and error appears: 'You must provide a name'. |
Teardown: Delete user 'Test Person'.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up