📜  服务器环境如何影响测试 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:30.435000             🧑  作者: Mango

代码示例1
Client/server applications can be quite complex
due to the multiple dependencies among clients,
data communications, hardware, and servers. 
Thus testing requirements can be extensive.
When time is limited (as it usually is)
the focus should be on integration and
system testing. Additionally,
load/stress/performance testing may be
useful in determining client/server application
limitations and capabilities.
There are commercial tools to assist with such testing