Testing Client-Side scripts in ATF?

Steve7
Mega Contributor

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,

1 ACCEPTED SOLUTION

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.

View solution in original post

6 REPLIES 6

Mateen
Giga Guru

I dont  think we can do this in ATF.

Steve7
Mega Contributor

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,

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.

Steve7
Mega Contributor

I appreciate your incite on my question. Thank you