Azure integration with TestComplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023
02:29 PM
08-16-2023
02:29 PM
Azure integration with TestComplete
we are trying to create a pipeline in Azure for TestComplete scripts and using Git checkout.
we have grouped the scripts into multiple Test Items in Execution plan.
when the pipeline is triggered , we wanted to execute only the checked Test Items but all Test Items are getting executed (even unchecked ones).
pipeline is configured as follows:
- task:InstallTestCompletAdaptor@1
inputs:
installexecutor:true
updateexecutor:true
searchmode:execution plan
-Task: VSTest@2
input:
testSelector:'testAssemblies'
testAssemblyver2:**/*.pjs
searchfolder: $(System.DefaultWorkingDirectory)
vsTestVersion: 'toolsInstaller'
Labels:
- Labels:
-
Integrations
-
Web Testing
10 REPLIES 10
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023
06:44 AM
08-29-2023
06:44 AM
Found the solution!
need to include additional parameters
TestFiltercriteria:Enabled=True

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »