zoukankan      html  css  js  c++  java
  • Test Scenarios for image upload functionality (also applicable for other file upload functionality)

    1 check for uploaded image path
    2 check image upload and change functionality
    3 check image upload functionality with image files of different extensions (e.g. jpeg, png, bmp etc.)
    4 check image upload functionality with images having space or any other allowed special character in file name
    5 check duplicate name image upload
    6 check image upload with image size greater than the max allowed size. Proper error message should be displayed
    7 check image upload functionality with file types other than images (e.g. txt, doc, pdf, exe etc.). Proper error message should be displayed
    8 check if images of specified height and width (if defined) are accepted otherwise rejected.
    9 image upload progress bar should appear for large size images
    10 check if cancel button functionality is working in between upload process
    11 check if file selection dialog shows only supported files listed
    12 check multiple images upload functionality
    13 check image quality after upload. Image quality should not be changed after upload
    14 check if user is able to use/view the uploaded images

  • 相关阅读:
    完美世界笔试(动态规划,背包问题)
    腾讯笔试3
    腾讯笔试2
    腾讯笔试1
    阿里笔试1
    Merge Sorted Array
    Partition List
    Reverse Linked List II
    Remove Duplicates from Sorted List II
    白菜刷LeetCode记-704. Binary Search
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670528.html
Copyright © 2011-2022 走看看