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.

  • 相关阅读:
    sublime去除空白行和重复行
    python list删除数据 和复制 列表
    微博实现简繁体转换
    2017.10.27日面试总结
    python 类和__class__理解
    python 单例模式应用
    pt-query-digest 慢日志监控
    在线安全清空慢查询日志slowlog
    Linux高级系统恢复技术
    灾备演练
  • 原文地址:https://www.cnblogs.com/dracula/p/3567753.html
Copyright © 2011-2022 走看看