Visual Studio Integration and Distributed Testing
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visual Studio Integration and Distributed Testing
Hello,
For projects that are set up for distributed testing, can these be inetgrated with Visual Studio and will the tests still run as they would with no integration?
Thanks
Solved! Go to Solution.
- Labels:
-
Distributed Testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Community, is there anybody who set up such environment?
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes the Distributed Tests can be integrated with VSTS and still run without the integration.
Better yet you can use them with the new Azure DevOps that replaces VSTS and run the entire Continuous Integration automatically on a schedule all from inside the DevOps.
Cheers
-Lino
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lino - First off, thanks very much for the reply. Just so I understand what you said, if I integrate a TC Project that has a Network Suite item which will contain a Master Project and atleast 4 slave projects, will the following happen?;
TFS has a scheduled Build, which has a VS project integrated and integrated to the VS proj is my TC Project. When this build runs, specifically the VS Test Task, will TC essentially take over from there and run the automated tests that are contained within the 4 slave projects, and on the remote hosts we have itdentified in the TC project? I believe that is what you essentially said. But just want to be sure I have not misinterpreted what you said.
Thanks
Chris
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are correct.
Once VS Project executes the master project of TestComplete using TestComplete or TestExecute, TC will take it from there and will be in control of the other 4 slave machines.
Cheers
Lino
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Awesome! Thanks very much
