Forum Discussion

dhundley's avatar
dhundley
Regular Contributor
2 years ago
Solved

execution plan enabled difference between local and azure

i have an execution plan that doesn't always have every test item/test case enabled.    i came up with the following for loop that (when the plan is running on my local machine) is able to...
  • AlexKaras's avatar
    AlexKaras
    2 years ago

    Hi,

     

    I am not Azure guru and might be wrong here, but my understanding is that VS Test Steps component makes it possible to utilize unit tests runner to execute unit tests. And, as per Support, TestComplete Test Adapter is used to provide this runner with a list of tests (that will be executed using unit tests concept). So I think that both these components can be removed if you are going to use Command Prompt task.

    Not sure about e-Mail step - it might or might not work depending on how it is configured. For example, it may stop working if it is set to mail published test result (as the result is published by VS Test Step adapter, if I am not mistaken). But if e-Mail sends result that is prepared by TestComplete itself, than I see no reason why it should stop working.