Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
2k views

Running MSTEST.exe /publish on a TeamBuild server, what are the prerequisites?

Similarly to http://stackoverflow.com/questions/954943/how-to-use-mstest-in-continous-integration-without-vs, I want to run mstest.exe on a TeamBuild server. My context is ...
1
vote
2answers
376 views

Generate trx file through code

I want to manually generate TRX file through for my code. Is there any program which will be used for this purpose. If not then how to do it?
0
votes
0answers
81 views

TRX header not found? [closed]

I want to extract firmware images and make some minor changes to it and remount is to my router via the FirmWare Modification Kit. Below you can see the errors that I get. # sudo ...
0
votes
0answers
26 views

Does trx_id of I_S innodb_trx resets when server restarts?

I was wondering if innodb transaction id ever resets when the server restarts. Some observation I made are that even if server restarts the trx_id of information_schema.innodb_trx is always higher ...
0
votes
0answers
153 views

Microsoft test result in Excel format

Is there any tool exist that transfroms trx file into Excel format? I am looking for something that will automate unit test result publishing at the time of test suite execution (without requiring ...
0
votes
1answer
140 views

MSTest can not publish results. Says that platform and flavour are not right and they are

we are trying to execute unit tests with MSTest from command line and publishing the results at the TFS server. The problem is that MSTest is always returning: Publishing results of test run ...