Forum Discussion

Florian_Hofmann's avatar
Florian_Hofmann
Contributor
10 years ago
Solved

Run TC10 tests with MSTest.exe command line

Hi everyone,   What I accomplished so far I read http://support.smartbear.com/viewarticle/56562/ and implemented what I found there in Visual Studio 2013: I hve my "Automated_QA" project, where I...
  • TanyaYatskovska's avatar
    10 years ago

    Hi Florian,

     

    I suspect that the Automated_QA.dll library isn’t generated in the needed format or it doesn’t contain the definition of tests. This is why you are unable to get the list of them. Using unit tests can be a solution in this case.