mfoster711 Let me clarify one point, using the login test as an example (again, all our tests fail in this way on TC 15.51).
On TC 15.50, when we run our login test, we see the following behaviors. TC:
- Recognizes the browser window.
- Navigates to the login page.
- Recognizes the login page.
- Recognizes the username box.
- Enters text in the username box.
- Recognizes the password box.
- Enters text in the password box.
- Recognizes the submit button.
- Clicks the submit button.
- Recognizes the Reset Session button.
- Clicks the Reset Session button.
- Recognizes the dashboard page that loads after the Reset Session button is clicked.
- The test is marked as having passed.
- All of this happens quickly with no issues. The entire test runs in 18 seconds.
Running the same test on TC 15.51, we see the following behaviors. TC:
- Recognizes the browser window.
- Navigates to the login page.
- Times out after 15 seconds and fails to recognize the login page.
- Times out after another 15 seconds and fails to recognize the username box.
- Somehow enters text in the username box even though it failed to find it.
- Times out after another 15 seconds and fails to recognize the password box.
- Somehow enters text in the pasword box even though it failed to find it.
- Times out after another 15 seconds and fails to find the submit button.
- The test fails with the error message ""The tested window (or control) has been deleted". It takes over a minute for the test to run and finally fail.
To reiterate, all tests on all pages behave this same way and fail with the same error message. It is not limited to the login page nor to the submit button on the login page. This is some type of system-wide TC 15.51 failure that does not occur in TC 15.50.