Forum Discussion
CBleunven
12 years agoContributor
Hi Alexei,
thank you for help.
I tried to use the Runner.CallObjectMethodAsync().
On the click method it doesn't help because the method ends correctly, in all cases.
I tried to use it on the VCLObject method and here I have some progress as the test continues until the OnLogError method, and from here to the OnStopTest method ( as I call Runner.Stop() ).
But athe OnStopTest does a call to Sys["WaitBrowser"]() ( this occurs whan I come from an error, in order to ensure I clean everything), and at this step, the test is still blocked, waiting for the rectangle, so on the method I called Asynchronously...
I'm afraid that this particular case will be more difficult than expected to solve because, when I've tried to get the characteristic of the error window, the Object Spy was blocked until I close the error window.
The Object Browser remains blank until I close the window.
And I get a big miss when I tried to reccord the failure...
The error in this situation is from the Visual C++ Runtime Library, with an incorrect load of the C runtime library. May this interfers with the correct behavior of TC ?
Thanks for help,
Christophe
thank you for help.
I tried to use the Runner.CallObjectMethodAsync().
On the click method it doesn't help because the method ends correctly, in all cases.
I tried to use it on the VCLObject method and here I have some progress as the test continues until the OnLogError method, and from here to the OnStopTest method ( as I call Runner.Stop() ).
But athe OnStopTest does a call to Sys["WaitBrowser"]() ( this occurs whan I come from an error, in order to ensure I clean everything), and at this step, the test is still blocked, waiting for the rectangle, so on the method I called Asynchronously...
I'm afraid that this particular case will be more difficult than expected to solve because, when I've tried to get the characteristic of the error window, the Object Spy was blocked until I close the error window.
The Object Browser remains blank until I close the window.
And I get a big miss when I tried to reccord the failure...
The error in this situation is from the Visual C++ Runtime Library, with an incorrect load of the C runtime library. May this interfers with the correct behavior of TC ?
Thanks for help,
Christophe
Related Content
- 12 years ago
- 11 years ago
- 7 years ago
Recent Discussions
- 16 hours ago
- 7 days ago
- 10 days ago