- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2025 02:19 PM
Hi,
I have a catalog item form that has this "Add" button that when clicked brings up a modal dialog/window with some fields or dropdown listboxes for DB Server Name, DB Name, etc.
How do you do the Steps in ATF Tool? (something new to me)
Please give example or if there is an example from ServiceNow out-of-the-box sample Tests, please share the name(s) of the ATF Test(s).
Thanks.
Gilbert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 11:49 PM
Hi Gilbert,
you don't need to click the "Add" button at all while adding multi row values in SP.
The modal dialog box just appears by calling the step ""Add row to multi.row variable set (SP)".
In the screenshot you see one of my reusable tests that is adding opening a record producer, adding 2 different multi row values and setting normal values in the record producer.
best regards,
Beate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 10:47 AM - edited ‎07-30-2025 11:17 AM
When you use "Add row to Multi-Row variable set (sp)" is like clicking the add button. So just follow the steps I gave and watch it you will see it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 10:47 AM - edited ‎07-30-2025 11:17 AM
When you use "Add row to Multi-Row variable set (sp)" is like clicking the add button. So just follow the steps I gave and watch it you will see it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 02:01 PM
Thanks a lot Brian.
I just tried your solution and it works.