How to create a custom output variable for ATF Run Server Side Script?

Lance_
Giga Contributor

I need to create an ATF Run Server Side Script Step that outputs more than 80 characters.  How do I create the custom output variable?

1 ACCEPTED SOLUTION

Hi Lance,

the Run Server Side script is out of the box test step; please avoid changing anything to it;

you can create your own custom step which would be server side; define as many input variables and output variables

What is your exact requirement? Are you saying you want custom step script to query some table and store some text which is more than 32 characters and you want to use that in the next step

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

@Ankur Bawiskar 

 

Could you please look into below post , Thanks in advance. 
ATF Custom Step Query - ServiceNow Community

Lance_
Giga Contributor

Hi Ankur,

We created a Custom Step that solved the problem.  Thank you!

 

Lance