
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2019 07:16 AM
We have ATF for the Change Request form and when we run the test to set field values, we are getting an error like "FAILURE: Unable to set field 'u_response' to value 'No'. Field 'u_response' is not present on the form. See screenshot"
In the screenshot, it is not showing u_response field and showing other part of the form layout where this field is not placed.
The issue is happening for Yes/No, Reference and list collector field.
Any help?, Thanks.
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:08 AM
it's an issue with form view, when user tries to create a change, the form opens in Emergency view and for ATF, system is trying to set the values in Default view where form layout differs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2019 07:31 AM
Hi,
Instead of using "Set Value" step configuration, Try using "Record Update" step configurations and it should solve your issue.
For example follow the below steps:
- Open a Form.
- Select Record Update Step Config and update your field values
- Run the test and should work fine.
Hope this help. Please mark the answer as helpful/correct based on impact.
Regards,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2019 07:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2019 07:08 AM
it's an issue with form view, when user tries to create a change, the form opens in Emergency view and for ATF, system is trying to set the values in Default view where form layout differs.