![Timothy Western's picture Timothy Western's picture](https://www.stickyminds.com/sites/default/files/styles/profile-pic/public/pictures/picture-83580-1419394499.png?itok=zS6V3g1O)
System Integration Testing is just testing in an environment which may be the first place where code from multiple projects may come in contact with each other. Usually such testing would involve the same types of things you'd test in a dev environment, except you may have access to other things that may not be present in a dev environment: APIs, dependencies, databases, etc.
SIT is more important for understanding what may be going on under the surface in your environment, than in what makes testing different. It's still testing.