Is there a way to call pervious step in ATF or is there a way loop the steps in ATF

Community Alums
Not applicable

Is it possible to loop a step or call a previous step in atf servicenow? Is it possible to add dynamic inputs to the servicenow test step?

1 REPLY 1

Ananta1
Tera Expert

Hi,

Looping a specific step is not supported by ATF as of today. You can loop the entire test case by using parameterization. Creating dynamic input for a test step is possible if you want to perform some backend actions via the run server side test step or a custom test step. Calling and using previous step output is done via the data pill picker. Calling a previous step and using output from that step can also be done using run server side test step or a custom test step.