- Mastering Software Testing with JUnit 5
- Boni García
- 98字
- 2021-07-02 15:34:24
System testing
System testing during development involves integrating components to create a version of the system and the testing the integrated system. It verifies that the components are compatible, interacts correctly, and transfer the right data at the right time, topically across its user interfaces. It obviously overlaps with integration testing, but the difference here is that system testing should involve all the system components together with the final user (typically impersonated).
There is an special type of system testing called end-to-end testing. In this approach, the final user is typically impersonated, that is, simulated using automation techniques.
推薦閱讀
- 大話PLC(輕松動漫版)
- Designing Machine Learning Systems with Python
- Learning Cython Programming
- Python for Secret Agents:Volume II
- ASP.NET Core 2 and Vue.js
- PHP 編程從入門到實踐
- Scientific Computing with Scala
- Clojure Reactive Programming
- Mastering Linux Security and Hardening
- Java Web開發就該這樣學
- Building Wireless Sensor Networks Using Arduino
- SCRATCH編程課:我的游戲我做主
- Java EE 7 Development with WildFly
- Java Script從入門到精通(第5版)
- Expert Cube Development with SSAS Multidimensional Models