How can I use Integration Tests through Windows Form Apps?

Tarik Yildiz

Member
Joined
Aug 16, 2022
Messages
5
Programming Experience
Beginner
I want to build integration tests for my interface but I do not have source for form apps. I do not know it is possible or not?
 
Integration tests don't need the source code for the components being tested. They just need the build artifacts deployed and configured properly into their target environment. Perhaps you are thinking of unit tests, rather than integration tests?
 
Back
Top Bottom