31 days ago
Cannot open new browser tab over remote desktop
Our test setup is used locally (in-person) as well as remotely over Windows Remote Desktop. We discovered a bug while executing locally created tests over a remote connection:
Test:
- Open browser (Chrome)
- Go to URL1
- <test steps on URL1>
- Open new browser tab in the same window
- Go to URL2
- <test steps on URL2>
- Switch back to URL1 on tab1
- <test steps on URL1>
This test was developed locally/in-person. If this test is executed locally/in-person, new tab is opened to navigate to URL2. But if this test executed over Remote Desktop, TestExecute navigates to URL2 in the same tab as URL1 without opening any new tabs. This causes the test to fail step7 onwards.