Running in RDP - Chrome/Edge Chromium not performing actions
Hi,
I've noticed that the UI does not update on some of our test cases even though the test script says that it should do something. For example the following KWT should type in a message and hit send:
This KWT is called multiple times in testing of our chat application. When I was watching the execution I noticed that the Chrome/Edge window (in the video I will attach it is Edge) seem to be frozen, like the actions were not being done but for some weird reason the results of those actions are still being seen by the 2nd participant in the chat (opened in Firefox). See attached video for clarity. Notice that in the middle part of the video, the application actually updated I think it was when the click to the Vehicle Info tab was done.
I've seen this happen multiple times in various machines and I let it be because it did not seem like it was breaking things. But then one of our machines started this behavior:
So the test logs were saying that "Send" button was clicked but it was not as indicated by the compounded messages. Expected would be similar to what was in the video. And now this actually causes the test cases to fail because our application only enables certain controls once a message is sent. And in this case those messages that were supposed to get sent did not get in.
I only see this happening on Chrome/Edge Chromium. I'm wondering if the Smartbear Extension could be broken for when executing test cases with multiple browsers open. It is working correctly on my local and on some of our other Run Agents as well. I've tried it both for the latest TestComplete version and the one before that 14.6X.
I hope someone can shine a light on what's happening and how I can fix/do a workaround.
As far as understand from support ticket 00468274, restarted environments helped get rid of this issue. Feel free to update this thread if you encounter the issue again wmtan01