ATF Risk assessment step

Ashley45
Tera Contributor

i'm trying to fill out the risk assessment from a normal change. Once i click risk assessment it opens the form and the i tried using a 'set components values' step to set the response for each question but i get an error that it was unable to set the component and component not found

 

Error:

Ashley45_0-1721740780111.png

 

 

Test Step(s):

Ashley45_1-1721740856779.png

Ashley45_3-1721741075093.png

 

Assessment form:

Ashley45_2-1721741047627.png

 

 

1 ACCEPTED SOLUTION

Brian Lancaster
Tera Sage

You have to do this with a custom Server Side Test step.

https://www.servicenow.com/community/developer-articles/how-to-atf-server-side-script-step-for-chang...

This example is using the out of the box question so you will need to modify it slightly. 

View solution in original post

3 REPLIES 3

Brian Lancaster
Tera Sage

You have to do this with a custom Server Side Test step.

https://www.servicenow.com/community/developer-articles/how-to-atf-server-side-script-step-for-chang...

This example is using the out of the box question so you will need to modify it slightly. 

Is this a limitation? I can get to the form see all the questions and answers, find the component values but it has a problem selecting them when the test in ran?

Yes this is a limitation on in AFT. The work around is to create your own Server side test step.