Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
What is determining that TestComplete is looking for Form1? You are correct, there is no Form1 in this script. However, you are referencing Aliases which reference back to NameMapping. In the NameMapping tree for a number of your aliased components, is there any reference to something called Form1?
Again, your best bet is to drop a break point on the first line of that routine and step through it to see where the problem is.
Without your application here that I can run or the project that you're running it in, I cannot debug this for you, unfortunately.
Do you have any event handlers defined that, upon starting a test, check for a form?
Again, your best bet is to drop a break point on the first line of that routine and step through it to see where the problem is.
Without your application here that I can run or the project that you're running it in, I cannot debug this for you, unfortunately.
Do you have any event handlers defined that, upon starting a test, check for a form?