Page 1 of 1

Merging the test sutes into single solution

Posted: Tue Nov 16, 2021 1:19 pm
by NallapaneniPragjna
we create test suites in 3 different machines now we want to merge and integrate them . we didn't use any repository yet.. the test suites we created on one machine and tested successfully . that particular test suite failed on another machine. please help me out in these scenarios

Re: Merging the test sutes into single solution

Posted: Wed Nov 17, 2021 9:54 pm
by tmcdoniel
You can compress the projects from the other 2 machines onto the 1st. Then extract and add the additional projects. They wouldn't be a combined single solution, but you would still be able to have Solution 1 reference the other 2. What you can't do though is to have Solution 1 reference Solution 2 and then have Solution 2 reference Solution 1 as that would cause an error to occur.