欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

end to end testing

发布时间:2023/12/18 编程问答 35 豆豆
生活随笔 收集整理的这篇文章主要介绍了 end to end testing 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

概念

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

 

理解

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

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

 

转载于:https://www.cnblogs.com/lightsong/p/9508567.html

总结

以上是生活随笔为你收集整理的end to end testing的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。