Questions tagged as 'mstest'

1
answer

How to make a test fail if it takes too long?

I'm using MSTest which is the default unit testing platform in visual studio and I have this test here: [TestMethod] [ExpectedException(typeof(InvalidOperationException))] public void Board_nao_destroi_unidades_flutuantes() {...
asked by 12.04.2014 / 15:34
0
answers

Mstest File trx

Good afternoon guys, I'm working with test automation using mstest and adding the argument to save log . The problem is that it saves with the .trx extension. Would anyone have any option to implement the code to read?     
asked by 01.02.2018 / 19:02