Hello friends! In this post, we will see some test cases for Notepad or any other basic text editor. In this article, we are sharing some test scenarios for a table. The focus here is to cover the different features to be tested instead of the creation of formal test cases, so we will be presenting test scenarios here.
- Verify that on launching the Notepad application, the Notepad editor should open with its default size.
- Verify that users can write/type alphabets from a standard keyboard.
- Verify that the user can type numerics from a standard keyboard.
- Verify that the user can type special characters and symbols on the notepad editor window.
- Verify that by default the font size is normal or as per the specifications.
- Verify that the user can set the font size and family.
- Verify that the user can save the text in a file.
- Verify that the user can open any existing file in Notepad.
- Verify that file formats not permitted by Notepad are not loaded and don’t corrupt the application.
- Verify that the user can append text to any file and again save the file.
- Verify that users can select, copy, and paste the text.
- Verify that users can select, cut, and paste the text.
- Verify that the user can select and delete a text.
- Verify that the user can delete a text using the backspace and delete buttons.
- Verify that the user can navigate through the text in a file using the arrow keys.
- Verify that the user can navigate through the text in a file using the mouse pointer.
- Verify that the user can edit and delete data in between the text file.
- Verify that the user can undo any latest changes done in the file.
- Verify that the user can redo any change undone by undo option.
- Verify that the user can search for single or multiple characters and words through the file.
- Verify that the user can search and replace single or multiple characters and words through the file.
- Verify that the user can resize the notepad window.
- Verify that the user can minimize the notepad editor window.
- Verify that the user can maximize the notepad editor window.
- Verify that the user can close the editor window by clicking the cross icon.