Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Accessing RITM Variables in ATF

Ayman Lhend1
Giga Guru

Hello,
I'm trying to emulate a scenario on ATF, the scenario includes opening an item on SP, ordering it, and then checking if certain fields are visible on the RITM form.

What i can't figure out is how i'm supposed to check the values of variables on the RITM form via ATF, because i can't find them anywhere.

Steps included in my test so far are  :a

1- Open a Catalog Item (SP)

2- Set Variable Values (SP)

3- Order a Catalog Item (SP)

4- Record Query (on sc_request table to get its sys_id via the output of the previous step)

5- Record Query (on sc_req_item to get the RITM sys is via the output of the previous step)

6- Open an Existing Record (Opens the RITM form with no problems)

 

I appreciate any kind of help, thank you.

1 REPLY 1

KristinaN
Tera Contributor

Did you ever figure this out?