Through ATF can we able to verify service Catalog variables with help text?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:01 AM
Through ATF I need to test catalog path means where the catalog is present under which sub category and sub category and Description, header and catalog name, variable name with help text
New catalog item is created based on the story. so, i need to test each and every step which one is best manual or ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2025 12:14 AM
Yes, through Automated Test Framework (ATF) in ServiceNow, you can verify Service Catalog variables, including their help text, to ensure they are displayed correctly and functioning as expected. While ATF doesn’t have a specific out-of-the-box step solely dedicated to verifying help text, you can achieve this by leveraging existing test steps and scripting capabilities
Limitations: ATF’s UI validation can sometimes be tricky with dynamic elements. If the built-in steps don’t suffice, custom scripting is your best option.
If my response helped please mark it correct and close the thread so that it benefits future readers.