Installed TFS 2017 U2 and I can see one of new features is that Visual Studio Test is one of the available tasks in Release management but I can not find any guidance how to integrate Visual Studio webtests into that. Is it possible now properly incoporate WebTest straight up from TFS UI?
0
votes
1 Answers
0
votes
No, Visual Studio Test task is using vstest.console.exe
to execute tests which is documented at VSTest.Console.exe Command-Line Options.
To run a web test you need to use Visual Studio and MSTest.exe
. For more tutorial about the integration of web test and TFS, you could refer below links: