zoukankan      html  css  js  c++  java
  • Performance Testing Guidance学习笔记之二

    Performance Tesing的定义:

    Performance testing is a type of testing intended to determine the responsiveness, throughput, reliability, and/or scalability of a system under a given workload. Performance testing is commonly conducted to accomplish the following:

    . Assess production readiness.

    . Evaluate against performance criteria.

    . Compare performance characteristics of multiple systems or system configurations.

    . Find the source of performance problems.

    . Support systen tuning.

    . Find throughput levels.

    Performance Testing的分类:

    Performance testing: This type of testing determines or validates the speed, scalability, and/or stability characteristics of the system or application under test. Performance is concerned with achieving response times, throughout, and resource utilization levels that meet the performance objectives for the project or product.

    Load Testing:  This subcategory of performance testing is focus on determing or validating performance characteristics of the system or application under test when subjected to workloads and load volumes anticipated during production operations

    StressTesting:  This subcategory of performance testing is focus on determing or validating performance characteristics of the system or application under test when subjected to conditions beyond those anticipated during production operations 

    作者:Shane
    出处:http://bluescorpio.cnblogs.com
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    Django(二)
    Django(一)
    MYSQL理论知识汇总
    默认参数
    深浅拷贝和赋值关系
    bootstrap常用知识
    jQuery常用功能代码
    java集合框架知识总结
    Mysql数据库SQL语句整理
    基于IO流的模拟下载文件的操作
  • 原文地址:https://www.cnblogs.com/bluescorpio/p/1630100.html
Copyright © 2011-2022 走看看