0
votes
2answers
49 views

Run unit/integration tests with Lab Management

We have a complete Lab Management environment running Coded UI tests in nightly builds. What we are trying to achieve is to run our integration tests (regular TestMethod() with SQL connections) just ...
1
vote
0answers
207 views

Is there a more robust way to integration test my persistance layer app.config?

I have my application broken into the following projects/assemblies Approot/UI AppDomain/business logic/layer Domain.Tests Persistance/db layer Persistance.Tests I'm integration testing the ...
0
votes
0answers
30 views

How do I deploy different files for running Integration Tests on different architectures?

We have multiple test projects that access databases directly. Those tests basically validate our sql queries written in C# code. Unfortunately, they are not separated at the moment and are in the ...