Current Articles | Categories | Search | Syndication

Comments
by Alexey on Monday, September 01, 2008
Just like hello word ;)

Hi by any chance, can we do same, but wait until object will became accessible?
Here is my script:
function RunApp(ItemIndex, ProcessIndex)
{
var p1, p2, w1, w2;


p1 = TestedApps["Items"](ItemIndex)["Run"]();

p2 = Sys["Process"]("Mobile", ProcessIndex);

while (! p2["WaitWindow"]("*","Playback",-1,0) )
{};

while (1)
{
w1 = p2["EventPlaybackForm"];
if (w1["Exists"])
break;
}
OpenPlaybackFile(ItemIndex, ProcessIndex);

}
And i get error "Unable to find the object EventPlaybackForm"
Thanks
by Alexey on Monday, September 01, 2008
OPPPSss. Sorry wrong POST
Click here to post a comment

AQA Products

TestComplete Strengthen your software with automated testing. Free trial. AQtime Everything you need to make your application fast and lean. Free trial. AQdevTeam Help your team work smarter with a complete project view and graphical workflow. Free trial. Automated Build Studio Transform error prone, complicated build and release tedium into a simple, clean automated process. Free trial.
AutomatedQA Home