Forum Discussion

ahmed_abdullah's avatar
ahmed_abdullah
New Contributor
12 years ago

Missing Debug info & Unknown Stopping during Automated test Playback

Hi,

I'm new to TC9. I recorded an automated test for Delphi Application. During test on menu bar and other items, TC prompts "Missing Debug Info". When I PlayBack the test, It stops the place where i was prompted for Missing Debug Info. Even I'm not sure the reason of this error. The following eror is shown in log file:



Technical information:

103 0x80020006 (Unknown name.) ItemBounds.



Tested object:

Aliases.Everest.Form_Main.Menu_Bar

(Sys.Process("Everest").VCLObject("frmMain").Window("TdxDockControl", "", 1))



Where "TdxDockControl" is mapped. Please give some hint of how to PlayBack Test without any stopping Error!



Note: I'm NOT allowed to recompile the Delphi application with debug info. But I need to remove this error that cause stopping this Playback.



Thanks,

Ahmad



  • Replying my question to myself that: Just Disable/Turn-Off the Debugging option in TC.

    Do this simply by the following steps:



    To disable the Agent:




    • Open your test project in TestComplete.


    • Open the project editor and then switch to the Properties page.


    • Switch to the Open Applications | Debug Agent page.


    • Clear the Enable Debug Agent check box.


    • Select File | Save from TestComplete’s main menu to save the changes.


    - See more at: http://support.smartbear.com/articles/testcomplete/test-playback-performance-tips/#tip_4



        Open your test project in TestComplete.

        Open the project editor and then switch to the Properties page.

        Switch to the Open Applications | Debug Agent page.

        Clear the Enable Debug Agent check box.

        Select File | Save from TestComplete’s main menu to save the changes.



    Thanks,

    Ahmad
    • MarcosSolus's avatar
      MarcosSolus
      Occasional Contributor

      Thats does not worked with me ...

      I'm using TDBgrid, but the grid´s RowCount and ColCount propierties have no accessible on TestComplete 11 and 10 ...

      Anybody know what other options we have to access it?

       

      Follow the Grid´s properties on TestComplete´s Object Inspector:

       

       

       

  • Can someone please give a Quick pointer on this to resolve ???

    May I missing some basic test requirement ?



    Thanks