Forum member

mddheeraj

2 posts

Posts by mddheeraj

  1. Cannot delete the filters

    Hi, I cannot delete filters in custom engine modes. I have added set of test to be excluded to run automatically, its good. But if I want to remove any of the test I cannot do it. I have recreate all the filters except the one which I don't want. Thank you, Dheeraj

  2. Assembly.GetEntryAssembly does not return proper path

    Hi, We have written some BVT's which use the Assembly.GetEntryAssembly().Location to get the appsettings.json file. If we run the test using regular Visual Studio Test explorer the Assembly.GetEntryAssembly().Location returns properly but when NCrunch runs its, Assembly.GetEntryAssembly().Locat…