Forum Discussion
Yes .
TestExecute version is 14.61.294.11
TestComplete version 14.61.294.7
Only the last number differs. Does it make difference ?
I would go ahead and update TestExecute. I've always been told that the versions need to match.
If you've been through everything I mentioned and still have questions, here's the link for Support
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