ContributionsMost RecentMost LikesSolutionsRe: Tests fails after running when get project from server by svn-checkout . Hello , Thanks in previous to your replied ,no errors appeared I used the same script , the same suite and the same license for test complete and the same project and the same permissions , but sometimes when get project from server by svn-check out and run the regression I have a lot of failed test cases but this issue not happened for others , what's the reason for this issue? Thanks . Process crashed before open the application Hi all , I have an issue during regression run , the issue was test complete throw an error " Spotfire.exe process crashed" in the logs . this issue happened in starting of the test before open the application , after error thrown test complete will complete running until finish test successfully , and when click on this error it will indicate to (Sys.WaitProcess("Spotfire.Dxp", 1000).Exists) , so what's the reason for this issue ? Thanks . Re: Process still stuck in task manager after closing it . Hi , Thanks again , but I would have a question do you mean my issue was when I used Sys.WaitProcess() and not Sys.Process() ? so do you mean issue will solve when close the application not using ( File->Exit ) and click on "No" button in close popup and check process if closed or not as before , but it will use Close method only to close it and check close popup , right ? look at for my bellow code : Re: Process still stuck in task manager after closing it . I am not sure if understand you correctly , I think not support when close my application using (file->exit ) the close popup appeared to save or not save the opened file , and when click on "No " button in this close popup , I called this Sys.WaitProcess("Spotfire.Dxp",0).Close() to close "Spotfire.Dxp" from task manager , but sometimes test complete can't close it , how can test complete close process correctly without happened any unexpected error ? do you mean I should be use Sys.Process("Spotfire.Dxp").Close() instead of Sys.WaitProcess("Spotfire.Dxp",0).Close()? close popup : Re: Process still stuck in task manager after closing it . yes , object browser for the process it's appeared as "Spotfire.Dxp" Re: Process still stuck in task manager after closing it . Hello , Thanks in advance for your replied , you mean close method doesn't work correctly when event handler that requires user final interaction ? , my test finished by exit an application (File->exit ) and when exit an application popup message appeared to ask if you want to save file or not as you said "process to be closed has an event handler that requires user final interaction", my code here applied to exit without save the file then check the process if still stuck in background or not , when I looked to test logs in the bellow seems test printed the message "before check process " in the logs but not close the process maybe unexpected error happened but I don't know what's the error , so process still stuck in task manager and next test can't start if not close correctly . so how can I fix this issue ? Thanks . Process still stuck in task manager after closing it . Hi all , I have an issue when I tried to close process by using Sys.WaitProcess(" app name ", 0).Close () , sometimes test complete can't close the process correctly and process still stuck , so the next test can't start running because previous test not closed the application correctly . What's the reason for that ? Thanks . Re: Test complete throw an error as process crashed during test run and test fail How can I check error level after close the application to check if it was zero or not ? and if it was not zero , how can I solve this issue "crash " issue ? Test complete throw an error as process crashed during test run and test fail Hello all ! I'm facing a problem in the script after closing the application by (File->exit ) during regression run , Test Complete logs an error message saying " Spotfire.Dxp.exe process crashed" so some test cases fail , I used Sys.WaitProcess after closing the application to check if process if exist or not in task manager or in background ,so if process exist it will wait until process disappear from task manager to complete next test , but during this check for this process test complete throw an error " Spotfire.Dxp.exe process crashed" . so what's the reason for this crash ? Thanks . Tests fails after running when get project from server by svn-checkout . Hi All , I have an issue after get project from server by svn-check out , when run the suite by using test complete a lot of failed test cases appeared but when another's get the same project this issue not happened , what's the reason for that ? Thanks .