Running Multiple projects in a Suite in Azure pipeline
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Running Multiple projects in a Suite in Azure pipeline
Hi...One of my team member created individual projects for each feature. That means we have multiple execution plan editor. So when running the pipeline in Azure, its running random projects. that is, the run is not starting with the first project. Is there any way we can provide a sequential order in Testcomplete or in Azure pipeline.
Thanks
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can create a Project Suite in TestComplete to organize multiple projects
https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/project-suites.html
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here's a previous post that may be helpful [here]. I would suggest setting up your pipeline vsTestTask to run 'Select tests using' Test Plan instead of Test Assemblies or Test Run. As long as you have a Test Plan specified in ADO with associated automation - Azure will run the test cases within the ADO Test Plan in the order you Define:
**insure you have your test configurations set for your ADO Test Plan too:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you all for the reply.
