ATF is not displaying a field when using paramaterised testIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> ATF cannot display the field whose visibility is set by Catalog UI Policy I create the Parameterised ATF test 'My New Test' as follows to place an order for a catalog item called 'Access'. The catalog item 'Access' has a variable set 'acc'. It will display the text line 'what is your account number' if the checkbox 'do you have an account' is ticked (TRUE) However, the ATF test failed at the step 'Variable State Validation (SP)' with the error 'FAILURE: Expected field 'what is your account number' to be visible but it was not visible. See screenshot' Release Madrid London Kingston Environment It happens when using Parameterised ATF test. If I set 'do you have an account' in step 'Set Variable Values (SP)' to True explicitly, the test could complete successfully Cause The Parameterised ATF test could not handle Service Catalog checkbox value (True of False) properly. It is reported in PRB1314370 Resolution As a workaround, set the Service Catalog checkbox value without ATF Parameter Definition Additional Information Could subscribe to the ticket PRB1314370 to get more update about the fix