how to find a button to click?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:40 PM
Hi everyone, good day
I have been trying to do some automated test with ATF tool
In one scenario before fill all the field I need to click the Submit button
I try with Click component (Custom UI) but in the dropdown list it's not show me the button
I only see this options
Somebody know a better way to find the button or if exist an option to put the code like findEelement by id like selenium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 08:49 PM
Hi,
Is that a custom Submit button which you are using on form?
what form it is? catalog ?
Why not use OOB test step for Order now button?
share your test steps screenshots
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 11:45 AM
Hi Ankur, good day
What OOB mean?
Is a custom submit on the form IT Equipment - Hardware form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 08:24 PM
Hi,
Is that a catalog item which you shared in screenshot?
If yes then no need to use custom UI steps
There are out of the box steps for Catalog item for submitting the form etc
what have you tried so far?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 10:10 AM
Hi Aknur
Finally I got the answer, I only add the steps Record Query and Open an Exiting Record
I was a little confused because I thought I should click the button with another type of step
Thanks for the help