The CreatorCon Call for Content is officially open! Get started here.

Method to click look up for list button in ATF to open the window showing list

Adheshwar2
Kilo Guru

Hi everyone, I have been trying to test a story in ATF where I need to Click on Lookup for list button in Configuration item field of Outage form to check the number of records shown in List after clicking. Does anyone suggest a method to achieve this?

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Generally clicking on the oob icons like the reference icon, etc., are not testable by default. If you should have a certain number of records for a specific CI, you are probably better off just doing a record lookup or server side script to get that data. It will run a lot faster that way as well.

View solution in original post

1 REPLY 1

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Generally clicking on the oob icons like the reference icon, etc., are not testable by default. If you should have a certain number of records for a specific CI, you are probably better off just doing a record lookup or server side script to get that data. It will run a lot faster that way as well.