ATF Short Description & Description -Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Dear All,
Currently,creating ATF Test script for the scenario like submitted the request through portal and validate the requested item in the platform. need to validate the displaying customized Short description like "Access" + "Access Type" + "Application List" . Anyone recommend to add the correct ATF test step to validate this customised short description and description details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Sardash Appreciate your inputs. I am working for the scenario for the dode developed for the short description display in the SCtask. for example. short description should be pick up from multiple fields value and display in the short description: for example: submitted the requested item through portal. but in the sctask, Short description should pick the value from multiple fields and display in the SC task short description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @krishnanse
One thing I can think of would be to use the Record Query test step.
Doing a query on the sc_req_item table
Sys ID is "Submit a form.Record ID"
AND
Short Description contains and use the data pill picker to select the values that should be populating
Hope this helps