- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 01:27 PM
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?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 12:40 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 09:32 AM
Could you please look into below post , Thanks in advance.
ATF Custom Step Query - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2020 11:42 AM
Hi Ankur,
We created a Custom Step that solved the problem. Thank you!
Lance