- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 01:39 AM
#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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 10:09 AM
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
- Click a UI Action
ATF Result Screenshot
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 10:09 AM
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
- Click a UI Action
ATF Result Screenshot
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 09:44 PM
Thanks for the solution Rangnath, this solution works for me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 09:23 AM
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!