ajohnson2020
15 years agoContributor
CallObjectMethodAsync from TestExecute in VMWare
Hi all,
I've just started experimenting with TestExecute in a VMWare session on Windows 7.
I have the following lines in my code that click a drop down menu object and wait for it to open:
ResultObj := Runner.CallObjectMethodAsync(Obj, 'Click');
ResultObj.WaitForCompletion(10000);
This works fine on my Win 7 workstation with TestComplete 8.5 and via remote desktop to a Windows XP workstation running TestExecute.
But when I try it on my new TestExecute installation in the VMWare session I get the following error on Runner.CallObjectMethodAsync:
Unknown name
I have already passed the section of my code that verifies that the application started as an Open process, so I don't think that's it. I have
already verified that the Obj object exists.
Have I missed something in my installation configuration? Or is this something peculiar to a VMWare session?
Thanks.
Allen
I've just started experimenting with TestExecute in a VMWare session on Windows 7.
I have the following lines in my code that click a drop down menu object and wait for it to open:
ResultObj := Runner.CallObjectMethodAsync(Obj, 'Click');
ResultObj.WaitForCompletion(10000);
This works fine on my Win 7 workstation with TestComplete 8.5 and via remote desktop to a Windows XP workstation running TestExecute.
But when I try it on my new TestExecute installation in the VMWare session I get the following error on Runner.CallObjectMethodAsync:
Unknown name
I have already passed the section of my code that verifies that the application started as an Open process, so I don't think that's it. I have
already verified that the Obj object exists.
Have I missed something in my installation configuration? Or is this something peculiar to a VMWare session?
Thanks.
Allen