views:

11

answers:

0

Hi All,

I'm running 100 of test cases from a xml data source using MSTest. But my test case execution never complete as few of my test cases doing something wrong. I wanted to know is there any way to specify test timeout time for individual test cases. I know in VS testrun config we can add this time. But this is for the entire test method and not for the individual test in data driven test.

2nd question: If I write Console.writeline in my test method it doesn't output in the command line, when I run all test using command line. is there any way to print something in MsTest command line.

Thanks, Pritam