ATF Test Step not applying correct View specifid in the StepIssue ProblemWhen running an ATF test there is a step to open a form using a particular view. We are finding that ATF is not adhering to this specificationReleaseAll ReleasesCauseRoot Cause There are two things to check a) is the view name accurate this needs to apply the name of the view in the sys_ui_view table B) Is there view rule for the table which is over riding your specification ResolutionSteps to Resolve For scenario A Update the view to be an acucrate view name on the TAF step For scenario B 3. IN the view rule add the following line at the beginning to evaluate if the process is running within an ATF context to ensure the rule is not applied for ATF if (frameElement && frameElement.id === 'testFrame') return;