Test cases of ‘folders in Windows Operating System’.
- khyati sehgal
- Jul 20, 2014
- 1 min read
Functional test case
Creation of a folder with all kinds of characters like underscores, a hyphen should work.
Verify for all special characters from keyboards like @,&,^ should not work.
Check duplicate folders with the same name should not be permitted.
Validate handling of folder creation after 256 characters on windows should not be allowed.
Check Unicode characters should not be allowed.
Negative test cases
Check renaming of the already created folder should display a pop-up warning window.
Check renamed folder name should not conflict with an already existing folder but warn users from doing it.
Shortcuts & max limits
Creation of multiple folders should work
The creation of multiple folders of different kinds should be supported.
The maximum limit of the folder name should be defined.
Empty name folder should not be allowed
Right-click on folder should display multiple options of the folder
Shortcuts like CTRL+N, CTRL +SHIFT+N. DELETE, SHIFT+ DELETE should work in windows OS for the creation of folder and deletion of folders.
Permissions & settings
Check for the permission of folders.
Check the folder when copied to different OS should work.
Check for the protection of the folder from malware.
Check the locking of the folder can be done easily.
Check for Antivirus settings, if folder creation is blocked.
Check folder creation behavior when the system is infected by a virus.
Operating system dependent
Drag and drop of folders should work in windows.
Performance
Check the folder while creation or deletion should not take much time.

Comments