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

  • 相关阅读:
    Spring小结
    ByteBuffer使用之道
    NIO组件Selector调用实例
    NIO组件Selector详解
    NIO机制总结
    NIO组件Selector工作机制详解(下)
    javascriptBOM_DOM
    【前端】javascript基础学习
    【前端】CSS基础学习
    【mongodb】比较符及修改器
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670528.html
Copyright © 2011-2022 走看看