ray_mosley
13 years agoFrequent Contributor
TC 9.0: Failure to record script
I periodically try to record a jscript sequence, only to find that TestComplete has record no lines, a couple of lines, and sometimes the entire script correctly.
Is anyone else encountering this issue? I have found no resolution, even trying complete shutdown and restart of the test system and database.
function Test1()
{
Aliases.EMDs.fmemdsTaskBar.sbRun.Click(15, 9);
Aliases.EMDs.wnd32768.Click(27, 29);
}
The recorded sequence (above) where nothing was recorded correctly was:
1) In the application select Run->Click
2) select File->Options
3) select Other tab on TPageControl object
4) select check box
5) select Save
6) select file->Exit
Recording a different sequence, I got absolutely nothing.
function Test2()
{
}
Is anyone else encountering this issue? I have found no resolution, even trying complete shutdown and restart of the test system and database.