Forum Discussion

ray_mosley's avatar
ray_mosley
Frequent Contributor
13 years ago

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.


    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.


  • Hi Harlan,


     


    This may happen when TestComplete and your tested application are run under another account. Please make sure that they are running under one account.