Ask a Question

Azure integration with TestComplete

kathir_43
Contributor

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'

10 REPLIES 10
Marsha_R
Champion Level 3

Have you tried this? What happened when you did?  It's easier to help when you give more details.

As mentioned above , when pipeline is triggered it is executing all test items in execution instead of only checked ones

Sorry, what I'm looking for is TestComplete details. Let's see your execution plan.

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!! 

Marsha_R
Champion Level 3

If you compare your code to this, you have some typos in your configuration

https://support.smartbear.com/testcomplete/docs/working-with/integration/azure/test-adapter/build-pi...

Marsha_R_0-1692390354447.png

 

 

Even updating the searchmode as 'Execution plan' , still facing the same issue.Other parameters are also updated as shown!

To match the example, your task should be

InstallTestCompleteAdapter@1

 

Your searchMode should be

ExecutionPlan

 

Try that and see what happens.

Yes tried with searchMode as ExecutionPlan only !! Still same issue

You can check with Support directly at this link

https://support.smartbear.com/testcomplete/message/

cancel
Showing results for 
Search instead for 
Did you mean: