# VSTest

**URL:** https://www.finalbuilder.com/forums/t/vstest/5537
**Category:** Discussion
**Created:** [January 24, 2017, 3:20am UTC](https://www.finalbuilder.com/forums/t/vstest/5537 "2017-01-24T03:20:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![christian.leh](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/c/67e7ee/32.png) [@christian.leh](https://www.finalbuilder.com/forums/u/christian.leh)
#### Post date: [January 24, 2017, 3:20am UTC](https://www.finalbuilder.com/forums/t/vstest/5537/1 "2017-01-24T03:20:38Z")

</div>

With our last issue using MSTest, we tried to run all tests using VSTest.  
Well, the test run as expected, but the action itself dies at the end saying:&nbsp;An error occurred while parsing unit test output. VSTest.Console did not produce a trx report file.  
  
If i look into the log, there are TRX files generated. Well i am not sure were continua is looking for them and if it requires a special name (we have multiple files).  
In MSTest action was a TRX file property where we could tell continua the name if the resulting file.

---

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [January 25, 2017, 12:34pm UTC](https://www.finalbuilder.com/forums/t/vstest/5537/2 "2017-01-25T12:34:54Z")

</div>

Hi Christian,  
  
As there is no way to specify the name of the trx file that VSTest writes to, we are reading the path for the trx file from the output. This basically involves looking for the line starting with “Results File:”.  
  
I suspect that the your output is in a different language? In which case, we will need to take this into account.  
  
Can you post (or send to [support@finalbuilder.com](mailto:support@finalbuilder.com)), the output for your action in the log file? If no results file path is not shown in the output, can&nbsp;you also let us know the settings specified in the VSTest action and the contents of any runsettings file?

---

<div class="post-metadata">

### Author: ![christian.leh](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/c/67e7ee/32.png) [@christian.leh](https://www.finalbuilder.com/forums/u/christian.leh)
#### Post date: [January 25, 2017, 3:53am UTC](https://www.finalbuilder.com/forums/t/vstest/5537/3 "2017-01-25T03:53:21Z")

</div>

my output is (depending on the system) german or english. in the case of our buildserver, the german visual studio was installed, so the output is “Ergebnisdatei: C:\BuildAgent\Ws\189177\Source\Care4\Code\TestResults\BuildServer\_NEMESIS 2017-01-24 14\_39\_58.trx”   
  
 “Results File:” = “Ergebnisdatei:”

---

<div class="post-metadata">

### Author: ![christian.leh](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/c/67e7ee/32.png) [@christian.leh](https://www.finalbuilder.com/forums/u/christian.leh)
#### Post date: [February 2, 2017, 10:35am UTC](https://www.finalbuilder.com/forums/t/vstest/5537/4 "2017-02-02T10:35:11Z")

</div>

we would love to use VSTest in continua soon

---

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [February 2, 2017, 1:44am UTC](https://www.finalbuilder.com/forums/t/vstest/5537/5 "2017-02-02T01:44:25Z")

</div>

Hi Christian,  
  
Have you tried [version 1.8.1.272](https://www.finalbuilder.com/downloads/continuaci/continuaci-version-history-v1.8.1)? We added a fix for VSTest.  
  
&nbsp;

---

<div class="post-metadata">

### Author: ![christian.leh](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/c/67e7ee/32.png) [@christian.leh](https://www.finalbuilder.com/forums/u/christian.leh)
#### Post date: [February 2, 2017, 3:18am UTC](https://www.finalbuilder.com/forums/t/vstest/5537/6 "2017-02-02T03:18:37Z")

</div>

oh sorry. works great. thank you
