Testcomplete 7.52 keeps freezing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010
02:01 AM
03-22-2010
02:01 AM
Testcomplete 7.52 keeps freezing
Hi,
TestComplete keeps freezing during runs and debugging.
for example running a login screen after entering user and pass successfully,
the next step is to click a button but the program freezes upper right hand corner icon shows it is searching for user textbox again.
or while running in debug mode, after calling an application, program freezes.
any ideas?
TestComplete keeps freezing during runs and debugging.
for example running a login screen after entering user and pass successfully,
the next step is to click a button but the program freezes upper right hand corner icon shows it is searching for user textbox again.
or while running in debug mode, after calling an application, program freezes.
any ideas?
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
12:10 AM
03-23-2010
12:10 AM
Hi Amitai,
I am not sure I understand you correctly. Does TC or your application or do both of them freeze during the test execution?
I am not sure I understand you correctly. Does TC or your application or do both of them freeze during the test execution?
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
12:22 AM
03-23-2010
12:22 AM
Thank you for the quick reply
TC kept freezing
I remapped and rewrote the same code and it stopped freezing during execution,
but now every time i use the "Map object from screen" (both finder and select tool)
TC completly freezes
even if I manually enter the object name it still freezes
TC kept freezing
I remapped and rewrote the same code and it stopped freezing during execution,
but now every time i use the "Map object from screen" (both finder and select tool)
TC completly freezes
even if I manually enter the object name it still freezes
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2010
11:40 PM
03-25-2010
11:40 PM
Hi Amitai,
Follow the steps below to help us collect more information about the problem:
1. Download the Debugging Tools for Windows package and install it.
2. When TC hangs, wait for about five minutes, run WinDbg ("C:\Program Files\Debugging Tools for Windows\windbg.exe") and attach it to TC's process (File | Attach to a Process).
3. Type the following command in the Command window:
.dump /m "C:\TCDump.dmp"
and press Enter.
4. Click Go on the WinDbg toolbar (or press F5). Wait for one minute and click Break (or press "Ctrl + Break").
5. Repeat step 3 to save another dump file with a different name.
6. Without a delay, repeat steps 4 and 5 two more times.
7. Send us all of the dump files created in the steps above via our Contact Support form.
Follow the steps below to help us collect more information about the problem:
1. Download the Debugging Tools for Windows package and install it.
2. When TC hangs, wait for about five minutes, run WinDbg ("C:\Program Files\Debugging Tools for Windows\windbg.exe") and attach it to TC's process (File | Attach to a Process).
3. Type the following command in the Command window:
.dump /m "C:\TCDump.dmp"
and press Enter.
4. Click Go on the WinDbg toolbar (or press F5). Wait for one minute and click Break (or press "Ctrl + Break").
5. Repeat step 3 to save another dump file with a different name.
6. Without a delay, repeat steps 4 and 5 two more times.
7. Send us all of the dump files created in the steps above via our Contact Support form.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
