- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:01 AM
In working with ATF, is there ways to test any client-side functions / scripts?
For example, I would like to confirm through ATF that the VIP icon is showing up next to a VIP user on a request form.
Thanks,
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:24 AM
Things you can do in ATF client side is limited to test steps types provided OOB. We can cannot create a custom test step for UI. Like how you do in selenium. That being said, there is a new functionality in Madrid where you inspect and assert elements in page. May be that will help, we have to not upgraded to madrid yet so I am not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:02 AM
I dont think we can do this in ATF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:15 AM
Is this because ATF is mainly data driven and does not work at all with client-side functionality?
I also clarified I'm looking to validate the VIP icon is showing up on a task form. Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:24 AM
Things you can do in ATF client side is limited to test steps types provided OOB. We can cannot create a custom test step for UI. Like how you do in selenium. That being said, there is a new functionality in Madrid where you inspect and assert elements in page. May be that will help, we have to not upgraded to madrid yet so I am not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2019 10:59 AM
I appreciate your incite on my question. Thank you