Specflow running with MSTest -
i using vs2013. trying run *.dll mstest, fails without execution. if execute same test case manually, pass.
below command line execution lines:
c:>"c:\program files (x86)\microsoft visual studio 12.0\common7\ide\mstest" /testcontainer:"e:\e_drive\tfs_work\platformsoftware\embedded\automatedre gressiontests\main\bin\debug\ydoa.dll" /category:"trlys1d"
microsoft (r) test execution command line tool version 12.0.21005.1 copyright (c) microsoft corporation. rights reserved.
loading e:\e_drive\tfs_work\platformsoftware\embedded\automatedregressiontests\main\bin\debug\ydoa.dll... starting execution...
results top level tests ------- --------------- failed ydoa.inputoutputfeature.relayandrelayfdbkasusednormalandfalseandtrue_01 failed ydoa.inputoutputfeature.relayasunusednormalandallrelaystrue
0/2 test(s) passed, 2 failed
summary
test run failed. failed 2
total 2 results file: c:\testresults\admin_ge-6qsvbdrlu204 2015-07-08 16_10_38.trx test settings: default test settings
i have reference "microsoft.visualstudio.qualitytools.unittestframework" in project.
mentioned appconfig.
<specflow> <unittestprovider name="mstest"/> <stepassemblies>
in specflow - "test runner tool", have tried options : auto, resharper, vs2010mstest, vs2012, specrun....still have same problem.
i not able understand problem.
thanks, sai
Comments
Post a Comment