zoukankan      html  css  js  c++  java
  • 测试知识汇总1

    测试种类很多很多,这些一直没有整理。

    1. the difference between software testing and Quality assurance:

    Q1. What is Software Testing? 
    Ans. Operation of a system or application under controlled conditions and evaluating the results. The controlled conditions must include both normal and abnormal conditions. It is oriented to detection.

    Q2. What is Software Quality Assurance? 
    Ans. Software QA involves the monitoring and improving the entire software development process, making sure that any agreed-upon standards and procedures are followed. It is oriented to prevention.

    white box testing:

    grey box testing:

    black box testing:

    integration testing:

    Feature testing:

    regression testing:

    dynamic testing:

    stress testing: keep giving pressure to figure out the boundary of the system.

    scalability testing: Scalability is a system's ability to process more workload, with a proportional increase in system resource usage. In other words, in a scalable system, if you double the workload, then the system would use twice as many system resources. This sounds obvious, but due to conflicts within the system, the resource usage might exceed twice the original workload.
    Load testing: give specific load (like your system is designed to match 500 users playing simultanesly, you just use 500 users then) and working for a long time, and then see whether it works fine.

  • 相关阅读:
    获取桌面路径
    Winform判断一个窗口是否以模态化方式打开
    Winform弹出子窗体
    Winform 窗体传值 利用委托 子窗体传值给父窗体
    GridView中小的应用
    GridView显示水平滚动条
    GridView中常用属性的设置
    将DevExpress GridView中的数据原样导出到Excel中
    DevExpress 16.2如何汉化
    C#使用NPOI导出Excel
  • 原文地址:https://www.cnblogs.com/dracula/p/3567753.html
Copyright © 2011-2022 走看看