Automated Test Framework: Unable to set field values due to errorIssue In a few cases, the step of configuring set field values will fail, resulting in below error when submitting the test. Some fields have dependencies on other fields being set in this step. To keep your test stable, break out the following field(s) into a subsequent set values step. CauseThis occurs when the field has a dependent field with a different value.This is expected if values in one field, can affect what is available in another.ResolutionTo resolve the issue, setting the field values in the Automated Test Framework (ATF) test will have to be done in separate steps, with the dependent fields not included in that separate step.