Validating All Drop down values in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 04:32 AM
How to check whether All values in the drop-down are present or not in ATF?
If any new value shows up in drop down values the ATF Script should detect the defect.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 04:52 AM
Without further context, you might want to refactor this test to use the "Set Field Values" and "Field Value Validation" to test each option you're expecting.
Otherwise, you'll need to create a custom test step configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 05:30 AM
Any other ways apart from above?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 05:35 AM
As stated previously, without further context you likely need to change your approach to how you're building your tests. They should be business process specific.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 05:40 AM
You could use the Record Query step to check whether the options exist in the sys_choice table.