Forum Discussion

TCqauser's avatar
TCqauser
Occasional Contributor
5 years ago
Solved

Change the Temporary Variables set in TC project via Visual Studio Test in TFS

I just want to know if its possible to change the "Temporary Variables" you set in a project, in TC, via Visual Studio Test task or other tasks, in TFS?   For example say that I have a couple of bu...
  • Reshail's avatar
    5 years ago

    Hi TCqauser,

    I am not sure about the project variables being updated via a TFS task. What I do is I have a configuration file (a simple text file) with the server URL and the browser I want to execute on. You can edit/read from that file and decide what configuration you want to run against. In your case you have a seperate file for each server if you find that easier to manage.