Hi, I have a problem: when I try to run a JUnit TestCase through Eclipse, in debug mode (using Debug as JUnit Test), it runs perfectly well (I step over each statement), but if I run it normally, not in debug mode (using Run as JUnit Test), the TestCase runs until some point and then fails when trying to find some html element in the page using xpath, i.e. div, td. I check to see if the element is present in the page using Xpath Checker and it's present.
What could be the possible reason for this? Did anyone confront something like this?