Forum Discussion
I would go ahead and update TestExecute. I've always been told that the versions need to match.
The last number differes everytime . I am looking at the latest version
Testcomplete 14.70.237.7
TestExecute 14.70.237.11
Support not able to resolve the issue.
I put the handler as firefox is getting hung so it kill the fireofx and we do not get this issue. but we got another issue - The Operation cannot be performed because the user session is locked.
REM Kill Firefox if it Exists
tasklist /FI "IMAGENAME eq firefox.exe" 2>NUL | find /I /N "firefox.exe">NUL
if "%ERRORLEVEL%"=="0" taskkill /f /t /im firefox.exe
timeout /T 2Why we are getting the error - user sessin is locked ?
Thanks
NG
Does your ten tests run sequentially in the same firefox or each test close firefox and launch another one ?
Generally i restart a new instance of Firefox every 5 tests to avoid problems due to :
- memory leak in tested app
- memory footage of firefox
- crash of firefox