Chrome Test Extension crashes when using TestExecute and Task Scheduler together
When I run a test using TextExecute directly, my test runs fine in Chrome; however, when I use the Windows Task Scheduler to launch TestExecute and run a test, I get the following message from Chrome: "SmartBear Test Extension has crashed." Then Chrome freezes.
I have tried uninstalling and reinstalling Chrome, but I'm not sure what to try next. Has anyone solved a similar issue?
Configuration:
- Windows 10 Enterprise
- TestExecute 14.4
- Disabled support for testing Windows Store applications
- Chrome 81.0
- SmartBear Test Extension
- Allow changes On All Sites
- Allow incognito
- Allow access to file URLs
- Collect errors
- SmartBear Test Extension
Thanks Everyone for your help - We figured out!
In the Task Scheduler settings, there is a checkbox "Run with highest priveleges". When this is checked on my virtual machine, Chrome is run as an administrator. In my case, the administrator does NOT have the SmartBear extension installed in Chrome. Once this checkbox was unchecked, the SmartBear extension works under my user context. Then, TestExecute runs the test as expected.