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

Wessel van Enk
Tera Guru
Tera Guru

Hi,

You can use the Set Component Values (Custom UI) action after the ''Click UI Action'' step.
It will retreive the options that are available on the form and once done, you can select the UI Page that you want to use and insert a value for it. 

Once done, you create a step ''Click Modal Button'' where you can select the OK or Cancel button on the UI Page. 

This should do it.