Forum member

interhan

6 posts

Posts by interhan

  1. License upgrade policy question

    Hi, I'd like ask a question regarding upgrade policy, specifically for 12 month period window. Let's assume current license purchased ended at end of this year - 2014/12/31. And user did not feel to upgrade into next release at the moment, so used valid latest version. After that, like date 2015/…

  2. Using custom trait via Xunit

    Thanks for clarification, I'll work with default trait for a while and once Xunit v2 and its support available, will revisit it.

  3. Using custom trait via Xunit

    Hi, in case of default Trait, i.e [Fact, Trait("Category","Test")] I could see NCrunch filters out with given Trait name as category well. From that, I tried to this public class CustomTraitAttribute : TraitAttribute { const string DefaultName = "DefaultCategory") CustomTraitAt…

  4. Distributed test failure due to api execution error

    Thanks for answer, but unfortunately both of way didn't work.

  5. Distributed test failure due to api execution error

    I've tried some of my test cases via distributed server which works well in most cases, but some number of test cases are getting failed 'only on distributed server' but works perfectly on local machine, or CI build machines. While I debug those, I could see some win32api call leaves 1459 that ER…

  6. Unit Test Library for Metro apps with Ncrunch

    Hi, is there anyone make Ncrunch working with metro apps' unit test library project contains MStest? Ncrunch works gracefully with unit test 'project' for .net framework applications but after I installed VS2012 on W8 and trying to add some tests into metro apps, Ncrunch doesn't report any testcas…