Hello all. I am using the SUnit framework and I have made a script to generate tests and I have more than 5000 tests. I want to know if there is a way I can categorize the tests into Passin Failing and Error categories without having to do that manually. I want to late file out all the passing tests and change something in the code :) Is there any way or this is not possible? Sorting them according to result rather than alphabetical order would also solve the problem :)
Thanks Mohammad