ATF test fails - Pages with framebusters are not currently testable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 07:36 PM
Hello All,
I am getting this below error in ATF while running the test.
Can anyone assist me in debugging this ?
ATF test fails - "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"
Regards,
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2024 11:31 PM
Hello @Jayalakshmi ,
it usually indicates that the page or application you are trying to test is either:
Using Framebuster Code: The page includes JavaScript designed to prevent it from being loaded within an iframe. ServiceNow ATF relies on running tests within iframes to isolate the test steps and prevent interference with the main application.
Unexpected Navigation: The test causes the page to navigate away or refresh, which interrupts the ATF test runner.
Please mark my answer Correct/Helpful, If applicable
Regards,
Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 07:32 AM
Thank you so much for your response, do we have any solution or workaround for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 09:45 AM
Hi All,
We are facing the same issue. Anybody got any solution or workaround for this?