Hello Sonu,
When I try to post request using methods that are displayed under my webservice. I'm not getting any service error from the server nor the request is logged, My Test complete is not resuming. It just stays in PlayBack state. |
Does TestComplete stop responding and freeze?
Could you please check whether the same issue occurs if you disable the debugger in TestComplete? To disable the debugger, you need to disable the Enable Debugging item in TestComplete's Debug menu.
Also, cloud you please send our Support Team TestComplete's dump files? This will help us to investigate your issue.
To send the dump files, please follow the steps below:
1. Download the Debugging Tools for Windows package and install it.
2. When TestComplete freezes in the playback state, open the Start | Run dialog and execute the following command:
"C:\Program Files\Debugging Tools for Windows\windbg.exe" -pn TestComplete.exe -Q -pd -c ".dump /m C:\Dump1.dmp;q"
This command will make WinDbg write a memory dump of the TestComplete.exe process to the "C:\Dump1.dmp" dump file. After the dump is written, WinDbg will be closed.
3. Correct the dump file name in the above command line (for example, change it to Dump2.dmp), wait for two minutes and execute the command again.
4. Repeat step 3.
5. Use the
Contact Support web form to send all the generated dump files to our Support Team.
Thanks in advance.