Forum Discussion

rajeshthomas's avatar
rajeshthomas
Contributor
13 years ago

Pause Button in Indicator stops Testing instead of Pausing

Hi  All,


In test complete, I am using/maintaining a project suite for
past 3 months.  Couple of days ago, I made
some editing in script and saved it.


When I run the testing, I found the Pause button in the
indicator is not pausing , instead it stops the testing with error “ Script execution
was interrupted” . Likewise, if I have breakpoint in my script, the testing
stops at that point, instead pausing.


Please advice, what cause this…


 


NOTE:


  •  I have also installed and re-installed Microsoft Script
    debugger. Still no solution 

  •  If I open a Project / other project suite, the pause function
    and checkpoint function works fine. 



Thanks in Advance


1 Reply

  • Hi,


    To help us investigate the problem, please provide us with additional information:


    1. Specify the version of TestComplete you are using.


    2. Send us your project using the Contact Support form.


    3. Generate the dumps:


    1) Download the Debugging Tools for Windows package from:

    http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi

    and install it.

    2) When TestComplete suddenly stops the test, open the "Start | Run..." dialog and execute the following command:

    "C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -pn TestComplete.exe -Q -pd -c ".dump /m C:\TCDump1.dmp;q"

    This command will make WinDbg write a memory dump of the TestComplete.exe process to the "C:\TCDump1.dmp" dump file. After the dump is written, WinDbg will be closed.

    3) Wait for two minutes.

    4) Repeat steps 2-3 twice more (but correct the dump file names in the command lines).

    5) Send us all of the generated dump files via the Contact Support form.