mstest - Can vstest.console.exe run web performance tests? -



mstest - Can vstest.console.exe run web performance tests? -

i migrated web performance tests project's build tfs 2013 build process template auto nuget restore next this document.

my solution has .webtest files containers web performance tests. vstest.console.exe doesn't recognize .webtest tests. looked @ discoverers , found none of ones installed back upwards .webtest extension.

i tried find test adapters running .webtests using vstest.console.exe found nothing.

this document says next vstest.console.exe:

you can run automated unit , coded ui tests command line.

and mstest.exe:

you can run automated web performance , load tests command line either locally or using test controller or test agents.

why doesn't vstest.console.exe back upwards .webtests ? wasn't designed replacement mstest.exe running kind of tests using adapters ?

also, if means need write custom adapter can read , run tests .webtest extension, take me ?

looks vstest.console.exe cannot run load tests , web tests. alternative utilize mstest.exe through tfs 2013 customizing build process template suit needs.

mstest tfsbuild vstest

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Php operator `break` doesn't stop while -