Hi,
I am trying to understand what is happening here. I have 2 classes a Master class with all my methods and other classes which I call to the Master Class. I am a novice so bear with me here. The question is why do the variable go back to null when I return to the calling class TestCase13_2 . the variable are formattedDate/formattedDateEnd in the GenerateDates method
I assume it is something to do with inheritance , as what is a solution to make these variables visible to all classes
See attachment
thanks