Forum Discussion
AlexanderM
13 years agoStaff
Hello Harlan,
Thanks for your feedback.
I would say that Hugo is right - in many cases we are seeing, there is nothing wrong with TestComplete. Here are the statuses of the issues you mentioned:
>>> unable to find the object wRowCount
The solution Dinesh found was:
Found the solution for it. Need to add these controls in object mapping section of the current project properties.
As for this one:
>>> Failure to recopngnize object previously recognized
The response from Support indicated that there was an issue with the script itself:
Regarding the original problem, it looks quite expected that your code posted in the first post doesn't work. First, WaitChild waits for objects by name - it accepts exactly the 'Name' property value shown in the Object Browser. The 'taskBarProcesses' array contains values which cannot be object names. These can probably be mapped names, but in this case, WaitChild won't work because it doesn't use mapped names for recognition. Actually, WaitChild is left only for compatibility since TC3 where object naming was different, and we don't recommend using it. In later versions of TC, specialized Wait methods were added.
And this one is still under investigation, we will try to get back with some results soon.
>>> WaitWindow() issues
As for the problems you are experiencing, could you please open a case with us directly, and provide more information on the problems, including:
* The type of your tested application (compiler, version).
* Screen shots, videos, Test Logs, and the scripts demonstrating the problems.
We will do our best to assist you! Thanks!
Related Content
- 9 years ago
Recent Discussions
- 4 days ago
- 4 days ago
- 8 days ago