Forum Discussion
Yeah i too follow the same things on whenever facing this issue. Just curious to know if all having same problem or not.
"if TestComplete gets in some sort of weird state because of some previous errors or whatever in executing script code"
But that is a general bug in TestComplete. I have seen the same thing in TC for a long time. Pretty sure I even reported it.
- tristaanogre10 years agoEsteemed Contributor
Eh.. maybe, maybe not... the reason I say that is because the times when I've run into this problem is when I write some script code that steps on a memory location that I shouldn't have and just causes all sorts of havok. In that case, it's not a problem with TestComplete, it's a problem with the stupid developer sitting at the keyboard... PEBKAC. :)
- Marsha_R10 years ago
Champion Level 3
Yeah but I'm not that sophisticated and it still happens. If I'm in an undesirable memory location, then TC put me there! :)
- joseph_michaud10 years ago
Staff
I worked an issue once where code folding (outlining) was being affected by the presence of line continuation backslashes in string literals. Perhaps there is a similar issue for you.
If the problem is consistent (that is, it always happens) then it should be easy to whittle away code and script units to see what may be causing the problem.