ATF - Is it possible to access a .list page using ATF?

Siddhartha6
Tera Contributor

#atf

#automatedtestframework

 

I have 2 issues, my requirement is to land on a .list table and perform some actions and validate some information

 

Issue 1: When I try the step out manually, I am not displayed with any module in the Filter navigator but when I hit enter, I am navigated to the table, I am unable to navigate to this table using ATF(using a user of same roles)

 

Issue 2: When I try the step out manually, I am not displayed with any module in the Filter navigator but when I hit enter, I am navigated to the table, I notice that the name of the table is the same as module which is present to me, but when I open that table, I notice that the "View" is not in Default

 

I am looking for any solution/workaround to land on these tables using ATF, is it possible?

1 ACCEPTED SOLUTION

rangnath_12
Tera Expert

 

Yes We can Access .list of any table .

All servicenow table are present in Table module (sys_db_object ). following steps will show you how to access list view of any table . for this example i have taken example to open sys_choice_set.LIST .

 

  • Open an Existing Record       Screenshot 2023-09-04 at 11.22.02 AM.png
  •  Click a UI ActionScreenshot 2023-09-04 at 11.25.23 AM.pngATF Result Screenshot screenshot_2023_09_04_05_59_04.jpgscreenshot_2023_09_04_05_59_13.jpg

Like this you can access list view of any table . if this answer is helpful for you please mark as correct .

 

#ATF

#Automatedtestframework

 

Thanks & Regards 

Rangnath Bade 

View solution in original post

3 REPLIES 3

rangnath_12
Tera Expert

 

Yes We can Access .list of any table .

All servicenow table are present in Table module (sys_db_object ). following steps will show you how to access list view of any table . for this example i have taken example to open sys_choice_set.LIST .

 

  • Open an Existing Record       Screenshot 2023-09-04 at 11.22.02 AM.png
  •  Click a UI ActionScreenshot 2023-09-04 at 11.25.23 AM.pngATF Result Screenshot screenshot_2023_09_04_05_59_04.jpgscreenshot_2023_09_04_05_59_13.jpg

Like this you can access list view of any table . if this answer is helpful for you please mark as correct .

 

#ATF

#Automatedtestframework

 

Thanks & Regards 

Rangnath Bade 

Thanks for the solution Rangnath, this solution works for me!

Hi, thanks for your help! I'm trying to reproduce the steps but I'm getting a read only in the "Record" field and cant edit it...

By chance any idea what could be causing this? I'm working on a scoped app, could be that?

Thanks in advance!

julianponce_0-1744734128806.png