ATF - how pass values to UI Page from automated test framework

Community Alums
Not applicable

We have a UI action 'Create Incident' on Requested Item form. On Click of UI action, UI page will get pop up as highlighted below.

find_real_file.png

Is this possible or How I can send value to the field 'ITEM' present in UI page?

5 REPLIES 5

Nitesh Balusu
Giga Guru

I don't think we can with any out of box functionality. all I know is we can click buttons like Ok or Cancel on dialog windows but cannot enter information into them.

Community Alums
Not applicable

Hello,

Thanks for the above information. Could you please inform by using which method we can click buttons on dialog box?

There should be an out of box step called "Click Modal Button". Use that to select the UI page where the button is on and you have to type in the name of the button like this "ok_button" or "cancel_button" etc. FYI It is case sensitive

Community Alums
Not applicable

Thanks for the information.