I am receiving a NullReferenceException while retrieving the status of all activated test cases. At the end of my test run I want to list all my activated test cases that have failed. So at the teardown step I retrieve a list of the cases with
Code: Select all
TestSuite.Current.SelectedRunConfig.GetActiveTestCases()
Code: Select all
Ranorex.Core.Testing.TestCase.get_Status() at PDVWipDotNet._TOOLS.CheckTestResult.Check() at c:\Ranorex\PDVWipDotNet\PDVWipDotNet\_TOOLS\CheckTestResult.UserCode.cs:Row 46. at PDVWipDotNet._TOOLS.CheckTestResult.Ranorex.Core.Testing.ITestModule.Run() in c:\Ranorex\PDVWipDotNet\PDVWipDotNet\_TOOLS\CheckTestResult.cs:Row 82. at Ranorex.Core.Testing.TestSuiteModule.RunInternal(DataContext parentDataContext)
Best regards