top of page

Test cases of ‘folders in Windows Operating System’.

  • Writer: khyati sehgal
    khyati sehgal
  • Jul 20, 2014
  • 1 min read

Functional test case

  1. Creation of a folder with all kinds of characters like underscores, a hyphen should work.

  2. Verify for all special characters from keyboards like @,&,^ should not work.

  3. Check duplicate folders with the same name should not be permitted.

  4. Validate handling of folder creation after 256 characters on windows should not be allowed.

  5. Check Unicode characters should not be allowed.

Negative test cases

  1. Check renaming of the already created folder should display a pop-up warning window.

  2. Check renamed folder name should not conflict with an already existing folder but warn users from doing it.

Shortcuts & max limits

  1. Creation of multiple folders should work

  2. The creation of multiple folders of different kinds should be supported.

  3. The maximum limit of the folder name should be defined.

  4. Empty name folder should not be allowed

  5. Right-click on folder should display multiple options of the folder

  6. 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

  1. Check for the permission of folders.

  2. Check the folder when copied to different OS should work.

  3. Check for the protection of the folder from malware.

  4. Check the locking of the folder can be done easily.

  5. Check for Antivirus settings, if folder creation is blocked.

  6. Check folder creation behavior when the system is infected by a virus.

Operating system dependent

  1. Drag and drop of folders should work in windows.

Performance

  1. Check the folder while creation or deletion should not take much time.

Recent Posts

See All

Comments


bottom of page