概念

https://www.softwaretestinghelp.com/what-is-end-to-end-testing/

What is “End to End Testing?

Term “End to End testing is defined as a testing method which determines whether the performance of an application is as per the requirement or not. It is performed from start to finish under real-world scenarios like communication of the application with hardware, network, database and other applications.

词解

https://dictionary.cambridge.org/us/dictionary/english/end-to-end

end-to-end adjective [ before noun ]

uk us

including all the stages of a process:

He wants the company to provide an end-to-end service, from early clinical trials all the way through to high-volume manufacturing.

IT including everything that is necessary for all the parts of a computer network to be connected and work together:

an end-to-end system/solution/technology

理解

相比单元测试 和 功能测试, 此测试更加宏观, 从用户角度执行的测试, 关注用户使用场景。

系统是由各个自模块组成, 用户使用软件,从前端、通过网络、最后到后端, 是一些列步骤, 用户的操作则跨越各个阶段, 所以称为 端(前端)到端(后端)。

最新文章

  1. 16101301(MaterialLOD QualitySwitch)
  2. iOS 7 与 Xamarin - MultiPeer Connectivity(转载)
  3. android的多渠道打包
  4. App开发流程之增加预编译头文件
  5. CC2540的使用入门
  6. eclipse中英文切换--四种方式
  7. ASP.NET Web API(二):安全验证之使用HTTP基本认证
  8. 让ie6/7/8兼容css3的圆角阴影等特殊效果的方法 PIE1.0.0及placeholder在这些IE下生效的方法
  9. SignalR2.0开发实例之——设置时间、后台其他地方使用集线器、使用自己的连接ID
  10. wamp出现You don’t have permission to access/on this server提示(转)
  11. Android 两种方式实现类似水波扩散效果
  12. python学习笔记3-函数
  13. 父类通过泛型获得子类Class类型 以及Type体系
  14. IdentityServer4【Topic】之保护APIs
  15. OKDownload 下载框架 断点续传 MD
  16. SQL SERVER 2008R2 执行大脚本文件时,管理工具提示“内存不足”的解决方法
  17. rainmeter 修正天气插件信息不准确 设置居住城市
  18. java 使用 pdf.js 在线查看 pdf 文档
  19. Silverlight 之 创建
  20. GO1.6语言学习笔记1-基础篇

热门文章

  1. Django REST framework基础:序列化
  2. Redis学习笔记(4)——Redis五大数据结构介绍以及应用场景
  3. 乡下人设计模式——SOLID之六大原则
  4. 神经网路-SGD-1
  5. Shell命令-文件压缩解压缩之gzip、zip
  6. Python——模块——时间模块
  7. kNN总结
  8. Civil 3D .NET二次开发第11章代码升级至2018版注意事项
  9. MT【321】分类线性规划
  10. 安装 R 包报错 clang: error: unsupported option '-fopenmp' 的解决方法