Hi,
When implementing Unit tests and Integration tests, are we supposed to create a separate project within the same solution of the tested project?
Or Should it be integrated in the same project under some specific namespaces ?
Indeed in the first case, how could we launch automatic tests within a Ci/Cd pipeline like VSTS : the tests that are supposed to block the next step of the Ci/Cd if we deal with 2 separates projects, how could it works ?
Many thanks for your help