java.lang.NullPointerException when sorting project properties
I have 146 project properties that I would like to sort. I have found this post. I modified the code a bit to sort project properties. See below:
def obj = testRunner.testCase.testSuite.project
lo...