zoukankan      html  css  js  c++  java
  • 自动化测试的误解与自动化测试的好处

     

    Misconceptions of Automated Testing
    •An automated test tool WILL replace the human factor necessary for testing.
    •You WILL achieve 100% of application tests automated.
    •Automated testing WILL immediately minimize the test schedule or manual effort.
     
     
    Benefits of Automated Testing
     
    •Tests can be run unattended.
    •Tests are repeatable.
    •Reduces the fatigue of performing testing manually, which leads to more consistent results.
    •As new bugs are discovered and fixed, tests can be added to check for those bugs, to ensure that they are not reintroduced.
  • 相关阅读:
    [bzoj4364] [IOI2014]wall砖墙
    [bzoj3064] [Tyvj 1518] CPU监控
    [bzoj3434] [WC2014]时空穿梭
    ASP.NET
    ASP.NET
    ASP.NET
    ASP.NET
    ASP.NET
    ASP.NET
    MSSQL
  • 原文地址:https://www.cnblogs.com/testware/p/2011137.html
Copyright © 2011-2022 走看看