Query already asked at link
For an enterprise application with huge source code repository which is written in C/C++/Java/JavaScript, for performance reasons. Application also uses relational Database mysql & key-value berkeley DB to store relevant data for the application.
We could use unit testing frameworks like JUnit
for java & Check for C in such large applications.
My question:
But, I would like to understand, How would one think of designing Integration testing framework for such Enterprise applications?