Hi, I noticed that if I declare a class variable (a counter) in the test case class and wants to access its value from the server side (for example, to see how many tests are in the test case), its value is reinitialized for each testXXX I have. Is it because for each testXXX() method I have, there is a round trip from client --> server --> client and the test case class is instantiated for each testXXX() method?
Thanks, Sean -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
