Forum Discussion

Saira16's avatar
Saira16
Occasional Contributor
4 years ago
Solved

Run test cases in multiple environments for desktop application

I am working with desktop application. We have around few test cases and these has to be run on multiple environments. We are writing scripts and not keyword tests. By passing path of environment as p...
  • Reshail's avatar
    Reshail
    4 years ago

    Saira16,

     

    In Azure DevOps there are two ways of doing this that I have tried. 

     

    1) use a command line approach to update your settings file. Something like in the image below

    2) use  the option of giving the input to a variable at run-time. When you click deploy you can set values to your variable but that would require you to manually deploy the stage 8 times. Or add 8 different stages.