ATF - how pass values to UI Page from automated test framework
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 07:06 AM
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.
Is this possible or How I can send value to the field 'ITEM' present in UI page?
Labels:
- Labels:
-
Automated Test Framework
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2020 12:55 AM
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.