TestExecute with AzureDev Ops
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2021
08:26 AM
11-02-2021
08:26 AM
TestExecute with AzureDev Ops
hello guys,
I am using TestComplete/Test Execute and we are migrating to AzureDevOps
I have troubles in configuring the Azure Pipelines to run only the selected testcases from the group/subgroup. The documentation is not that detailed on how to create the filter. This belongs to the Project1. The entire main project suite is structured like this, with groups/subgroups and enabled/disabled tests/subgroups in order to distinguish between the main execution and the individual execution.
Can anybody help me here ? Thanks.
Labels:
- Labels:
-
Test Run
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2021
09:04 AM
11-02-2021
09:04 AM
What happened when you tried the setup that you showed us?
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
11-02-2021
09:12 AM
11-02-2021
09:12 AM
If I configure the pipeline with the Filter:
testFiltercriteria: 'Project=Project1&Group=Group1' => it run all tests, even the ones which are disabled
If I configure the pipeline with the Filter:
testFiltercriteria: 'Enabled=True&Project=Project1&Group=Group1' => nothing is executed
