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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2022 11:55 PM
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?
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 07:43 PM
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.