ATF: Opening form using a specific view is failingIssue When impersonating a user and opening a form and specifying a view, the Automated Test Framework (ATF) fails and opens the form with the default view. However, when manually impersonating the user, the form will open with the specified view in the test (as a user preference).CauseA View Rule could be overriding the view in the ATF. In ATF, "Open a New Form" always opens forms with "sysparm_view_forced=true" -- this means that ATF ignores user preferences when opening the form. So "Open a New Form" always opens the form as if the current user has no user preferences for view set. This behavior is by design. If user preferences are ignored, the next thing the platform will check for is view rules. This is the point where the specific view rule is overriding the view for the user in the test.