ATF Test Result failing when using Navigate to Module > Connect ChatIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Overview ATF Test Result getting failed when using Navigate to Module -->Connect Chat Subject ATF test is failing while there is no issue with performing it manually. The test only has two steps: Impersonating a user and opening the Connect Chat module Example 1) Go to Automated Test Framework --> Tests and click on New 2) Enter Name as required like "Need to Connect Chat" and Save 3) Now click on "Add Test Step" under Test Steps Related List. 4) Click on Impersonate and Enter Execution Order=1 and User=John Adams. Click on Submit 5) Again click on "Add Test Step" under Test Steps Related List for another execution. 6) Click on Application Navigator --> Navigate to Module-->Next 7) Enter Execution Order =2 and Module=Connect Chat. Click Submit. 8) Save the Test and click on "Run Test".Connect Chat is Opened successfully. 9) If you will go to Test Result, it is failed with an below error. "Client test runner closed or navigated away while step was running. If this was not intentional, it may have been caused by opening a page with a framebuster. Pages with framebusters are not currently testable" Additional Information Testing the Connect Chat module is not supported. It has a framebuster that reloads the entire page, so it is not compatible with the Client Test Runner. The 'Additional Considerations' section on the 'Navigate to Module' step explains that these types of modules are not supported. See screenshot