Azure integration with TestComplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
-
Integrations
-
Web Testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried this? What happened when you did? It's easier to help when you give more details.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As mentioned above , when pipeline is triggered it is executing all test items in execution instead of only checked ones
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, what I'm looking for is TestComplete details. Let's see your execution plan.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In My Execution plan , there are multiple test cases created mapping various keyword test. based on scenario's we will check and uncheck the testcases.
Since these resides in client network , i wont be able to attach any screenshot .
If any additional details is needed , i can provide here!!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you compare your code to this, you have some typos in your configuration
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even updating the searchmode as 'Execution plan' , still facing the same issue.Other parameters are also updated as shown!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To match the example, your task should be
InstallTestCompleteAdapter@1
Your searchMode should be
ExecutionPlan
Try that and see what happens.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes tried with searchMode as ExecutionPlan only !! Still same issue
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can check with Support directly at this link
