How to enable a button on the pop up modal accessible only for ATF

Asif9
Giga Contributor

Am trying to incorporate a workflow in ATF. As per our process, in a pop up modal i do have a field "Comments". once the Comments field is populated with a value, it enables the button "Proceed" for the user. else if the comment field is empty the Proceed button is disabled. 

Asif9_0-1730971497951.png

but here in my case, i have incorporated the steps to fill the comment field using set component value on the custom UI. but still the Proceed button is disabled. 

so is there a way to enable the Proceed button in ATF or on the UI page (to make it accessible only for ATF tests)??

1 REPLY 1

Shaqeel
Mega Sage

Here is the problem,

After adding comment in ATF you need to click somewhere in the modal button, then only the mandatory sign from comment will disappear.

You cannot do this with ATF.

Although, while running ATF if you manually click somewhere on pop-up, the Proceed button will appear.

This is the only way.

This is due to customization.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.

*************************************************************************************************************

 

 

Regards

Shaqeel


***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.

***********************************************************************************************************************





Regards

Shaqeel