views:

135

answers:

0

I have methods that interact with DB and external files. I need to write integration tests, however I am not sure how to.

Do you know where I can find some source codes about integration testing with Database or External File?

If you write a test method that tests a production method in which there are calls to other methods, is this an integration test, system test or functional test? It's not unit test obviously.