From catalog form, click the Add button to bring up a modal dialog "Add a row". How to do in ATF?

Gilbert Escobar
Tera Contributor

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

 

2 ACCEPTED SOLUTIONS

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

View solution in original post

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.

View solution in original post

6 REPLIES 6

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.

Thanks a lot Brian.

I just tried your solution and it works.