- 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
ā12-16-2019 09:51 PM
Hi Steve,
Did you achieve to test the VIP icon for a VIP user? If yes, could you please help me on how to do this using ATF.
Thanks in advance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-11-2022 07:21 AM
Has anyone managed to do this? The Custom UI retrieve components is quite painful, sometimes it works sometimes it errors out. I see no way of doing this test currently. Out of 15 INCIDENT test cases I am working on, 10 needed custom ui steps. Of these 10 tests about 50% are not testable in ATF