System Testing ( ST ):
- System Testing ( ST ) is one of the phases in application testing in which the system is tested with no real external interfaces ( using stubs to bypasss the API or External system calls )
- System Testing either can be a functional or non-functional testing (performance).
- The Idea is to focus more on testing the implemented changes in our system
- All test cases and scripts written just to satisy the functionality and the coverage is on a high level.
- No production data is usually used to test the application under system testing phase, unless otherwise specified as a deviation in the test plan or strategy.
System Integration Testing:
- System Integration Testing (SIT) phase, all internal interfaces are integrated and tested functionally and from the perspective of data integrity
No related posts.

Congratulations, Cedric (and Hani).I’m wnkoirg with Rails pretty much exclusively now, but I’ll definitely check this book out. I’m sure at least some of your wisdom will translate.