SOATest Not Working Properly on Wndows 11
I created a number of small SOATest regression tests to automate the process to verify our Java WebSphere applications are not broken after a major deployment of updates to these applications. These are used by our QA team with SOATest 2021.2 running on Windows 10 laptops. I created these on a Windows 10 virtual desktop and everything has been working as it should. Recently we received new Windows 11 laptops and now the tests are not running. The Edge browser opens but does not navigate to the URL for the application. The browser opens but just sits there with nothing happening. The URL is not populated in the browser. I have confirmed that the Edge Edge browser is current as is the Edge web driver.
Eventually the test will time out with this error message:
**
Error Message:
(Edge 134.0.3124.93) Unable to complete navigate action due to an unexpected error. View details
for more information.
Additional Details:
session not created: probably user data directory is already in use, please specify a unique value
for --user-data-dir argument, or don't use --user-data-dir
(Driver info: msedgedriver=134.0.3124.83
(b4ff70c9d7db212f42957ada8e4071aa6a23a4a0),platform=Windows NT 10.0.22631 x86_64) (WARNING: The
server did not provide any stacktrace information)
Command duration or timeout: 16.58 seconds
Build info: version: '2.53.1', revision: 'a36b8b1cd5757287168e54b817830adce9b0158d', time:
'2016-06-30 19:26:09'
System info: host: 'HCPxPEHf5X1WKjQ', ip: '10.0.0.136', os.name: 'Windows 10', os.arch: 'amd64',
os.version: '10.0', java.version: '1.8.0_302'
Driver info: org.openqa.selenium.edge.EdgeDriver
**
Let me know if you need anymore info or anything else. Any suggestions would be appreciated.
Thanks!
Comments
-
Support for Windows 11 was added in SOAtest 2022.1. See the release notes at https://docs.parasoft.com/display/SOA20242/SOAtest+Virtualize+and+CTP+20221
Are you able to upgrade to a newer version of SOAtest?1 -
Build info: version: '2.53.1'
This is the version of the Selenium library which is quite old and obsolete. Upgrading to a current supported release of SOAtest will likely fix things for you.
1 -
Driver info: msedgedriver=134.0.3124.83
I also noticed MS just released Edge 135 (stable channel).
1 -
Thanks benken_parasoft!
We do have SOATest 2024 in house now and are moving to it from 2021. I guess in this instance we will have to move a little faster. We have a large base of SOATest 2021 tests that are used in our automated build, deploy and test processes. It is a little like trying to turn a large ship: it does not happen quickly.
0