Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi Stephen,
Try to reproduce the problem with the latest version of TestComplete (7.52). Also, try to reproduce the problem by using the modified routine:
Let me know your results.
Also, please specify the model and vendor of the PDA you are using and let me know whether it is emulated.
Try to reproduce the problem with the latest version of TestComplete (7.52). Also, try to reproduce the problem by using the modified routine:
function Main()
{
Log.LockEvents();
var picture = null;
var BB = WinCETestedApps.BubbleBreaker.Run();
while (true)
{
picture = BB["Window"]("Bubble Breaker").Picture();
}
}
Let me know your results.
Also, please specify the model and vendor of the PDA you are using and let me know whether it is emulated.