- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2020 11:42 PM
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?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2020 05:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2020 05:31 AM
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.